summaryrefslogtreecommitdiff
path: root/os/secauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/secauth.c')
-rw-r--r--os/secauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/secauth.c b/os/secauth.c
index 8c30eaafb..4daeba1a5 100644
--- a/os/secauth.c
+++ b/os/secauth.c
@@ -26,7 +26,7 @@ from The Open Group.
*/
/* $XFree86: xc/programs/Xserver/os/secauth.c,v 1.10 2001/08/01 00:44:59 tsi Exp $ */
-#include "X.h"
+#include <X11/X.h>
#include "os.h"
#include "osdep.h"
#include "dixstruct.h"
@@ -34,7 +34,7 @@ from The Open Group.
#ifdef XCSECURITY
#define _SECURITY_SERVER
-#include "extensions/security.h"
+#include <X11/extensions/security.h>
#endif
static char InvalidPolicyReason[] = "invalid policy specification";