diff options
Diffstat (limited to 'os/k5auth.c')
-rw-r--r-- | os/k5auth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/k5auth.c b/os/k5auth.c index 3726df6ba..876e04222 100644 --- a/os/k5auth.c +++ b/os/k5auth.c @@ -50,11 +50,11 @@ from The Open Group. #undef BITS32 #undef xfree #include <krb5/los-proto.h> -#include "X.h" +#include <X11/X.h> #include "os.h" #include "osdep.h" -#include "Xproto.h" -#include "Xfuncs.h" +#include <X11/Xproto.h> +#include <X11/Xfuncs.h> #include "dixstruct.h" #include <com_err.h> #include "Xauth.h" |