diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-19 02:50:00 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-19 02:50:00 +0000 |
commit | 931abdba8410bf1188d69d54c57543a21ea36968 (patch) | |
tree | 268a29c3e9db32266cdd13b9e2de1e6500af5db0 /hw | |
parent | 4f2e731aba0c5694abb65a877395cc5f9869c556 (diff) |
Change #include "X.h" to <X11/X.h>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/os-support/solaris/sun_agp.c | 2 |
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" |