diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:21 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:21 +0000 |
commit | 632161e98ed1ce857d572d8b65bbd8be3bc5a15a (patch) | |
tree | a1603a0cd4b6f45cbdf545ddd93de2b020020fdd | |
parent | a0644204d1fa8413f20a701fe00b89ca1ba49d04 (diff) |
Change all misc.h and os.h references to <X11/foo.h>.
-rw-r--r-- | src/ffb_dbe.c | 4 |
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" |