summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:21 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:21 +0000
commit632161e98ed1ce857d572d8b65bbd8be3bc5a15a (patch)
treea1603a0cd4b6f45cbdf545ddd93de2b020020fdd
parenta0644204d1fa8413f20a701fe00b89ca1ba49d04 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
-rw-r--r--src/ffb_dbe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ffb_dbe.c b/src/ffb_dbe.c
index f8317cf..6979c64 100644
--- a/src/ffb_dbe.c
+++ b/src/ffb_dbe.c
@@ -27,8 +27,8 @@
#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>
-#include "misc.h"
-#include "os.h"
+#include <X11/misc.h>
+#include <X11/os.h>
#include "windowstr.h"
#include "scrnintstr.h"
#include "pixmapstr.h"