summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91ea4a8..159eced 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,10 @@ AC_CHECK_DECL(xf86ModeBandwidth,
AC_CHECK_DECL(xf86_crtc_clip_video_helper,
[AC_DEFINE(HAVE_XF86CRTCCLIPVIDEOHELPER, 1, [Have xf86_crtc_clip_video_helper prototype])],
[],
- [#include "xf86Crtc.h"])
+ [#include <X11/Xmd.h>
+ #include "xorg-server.h"
+ #include "xf86i2c.h"
+ #include "xf86Crtc.h"])
AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
[XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no],