summaryrefslogtreecommitdiff
path: root/dpms.c
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-09-25 04:13:07 -0700
committerJamey Sharp <jamey@minilop.net>2006-09-25 04:13:07 -0700
commit85539de01ceefaddac1dedd5859a379fdf6d54d0 (patch)
tree91b0da5f1f2f44bc6290f10a65c6582b6bccf8a8 /dpms.c
parent84892289c90cd76232592238517d80928a53a701 (diff)
libxcb now installs header files in <xcb>, not <X11/XCB>.
Diffstat (limited to 'dpms.c')
-rw-r--r--dpms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpms.c b/dpms.c
index 822b124..94a38d9 100644
--- a/dpms.c
+++ b/dpms.c
@@ -4,8 +4,8 @@
* for licensing information.
*/
-#include <X11/XCB/xcb.h>
-#include <X11/XCB/dpms.h>
+#include <xcb/xcb.h>
+#include <xcb/dpms.h>
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>