diff options
Diffstat (limited to 'lbx/lbxswap.c')
-rw-r--r-- | lbx/lbxswap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lbx/lbxswap.c b/lbx/lbxswap.c index 474d12f71..4c571fec9 100644 --- a/lbx/lbxswap.c +++ b/lbx/lbxswap.c @@ -53,8 +53,8 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> #include <X11/Xos.h> -#include "misc.h" -#include "os.h" +#include <X11/misc.h> +#include <X11/os.h> #include "dixstruct.h" #include "pixmapstr.h" #include "scrnintstr.h" |