Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289744 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/libXNVCtrlAttributes/NvCtrlAttributesVidMode.c (+3 lines)
Lines 28-33 Link Here
28
#include "msg.h"
28
#include "msg.h"
29
29
30
#include <X11/extensions/xf86vmode.h>
30
#include <X11/extensions/xf86vmode.h>
31
#if !defined(XF86VIDMODE_MAJOR_VERSION) || !defined(XF86VIDMODE_MINOR_VERSION)
32
#include <X11/extensions/xf86vmproto.h>
33
#endif /* XF86VidMode Extension protocol defines */
31
34
32
#include <stdlib.h>
35
#include <stdlib.h>
33
#include <string.h>
36
#include <string.h>

Return to bug 289744