diff options
Diffstat (limited to 'hw/xnest/Args.c')
-rw-r--r-- | hw/xnest/Args.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Args.c b/hw/xnest/Args.c index cc9a2707f..75aa396fb 100644 --- a/hw/xnest/Args.c +++ b/hw/xnest/Args.c @@ -14,8 +14,8 @@ is" without express or implied warranty. */ /* $XFree86$ */ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "screenint.h" #include "input.h" #include "misc.h" |