diff options
Diffstat (limited to 'hw/xfree86/os-support/sysv/sysv_video.c')
-rw-r--r-- | hw/xfree86/os-support/sysv/sysv_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/sysv/sysv_video.c b/hw/xfree86/os-support/sysv/sysv_video.c index 8f9916244..cff22e3fe 100644 --- a/hw/xfree86/os-support/sysv/sysv_video.c +++ b/hw/xfree86/os-support/sysv/sysv_video.c @@ -25,7 +25,7 @@ */ /* $XConsortium: sysv_video.c /main/8 1996/10/25 11:38:09 kaleb $ */ -#include "X.h" +#include <X11/X.h> #define _NEED_SYSI86 #include "xf86.h" |