summaryrefslogtreecommitdiff
path: root/hw/xfree86
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-19 02:50:00 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-19 02:50:00 +0000
commit931abdba8410bf1188d69d54c57543a21ea36968 (patch)
tree268a29c3e9db32266cdd13b9e2de1e6500af5db0 /hw/xfree86
parent4f2e731aba0c5694abb65a877395cc5f9869c556 (diff)
Change #include "X.h" to <X11/X.h>
Diffstat (limited to 'hw/xfree86')
-rw-r--r--hw/xfree86/os-support/solaris/sun_agp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/solaris/sun_agp.c b/hw/xfree86/os-support/solaris/sun_agp.c
index 126415e6e..32c4f47bc 100644
--- a/hw/xfree86/os-support/solaris/sun_agp.c
+++ b/hw/xfree86/os-support/solaris/sun_agp.c
@@ -37,7 +37,7 @@
#pragma ident "@(#)sun_agp.c 1.1 05/04/04 SMI"
-#include "X.h"
+#include <X11/X.h>
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"