diff options
-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 6979c64..f8317cf 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 <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "windowstr.h" #include "scrnintstr.h" #include "pixmapstr.h" |