diff src/video/dga/SDL_dgavideo.c @ 1306:0c105755b110

Changed references to XFree86 to Xext to match change in directory structure. Reference Bugzilla #116.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 31 Jan 2006 18:39:32 +0000
parents 045f186426e1
children c9b51268668f
line wrap: on
line diff
--- a/src/video/dga/SDL_dgavideo.c	Tue Jan 31 18:08:33 2006 +0000
+++ b/src/video/dga/SDL_dgavideo.c	Tue Jan 31 18:39:32 2006 +0000
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <X11/Xlib.h>
-#include <XFree86/extensions/xf86dga.h>
+#include <Xext/extensions/xf86dga.h>
 
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>