changeset 4056:6f7af895ab02 SDL-1.2

A better fix for building DGA code on Solaris 8, inspired by the NetBSD pkgsrc patch.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 12 Jul 2007 08:05:19 +0000
parents 6ed1fded55ff
children 0fbbaa1f9ed6
files src/video/dga/SDL_dgavideo.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/dga/SDL_dgavideo.h	Thu Jul 12 08:04:10 2007 +0000
+++ b/src/video/dga/SDL_dgavideo.h	Thu Jul 12 08:05:19 2007 +0000
@@ -25,6 +25,7 @@
 #define _SDL_dgavideo_h
 
 #include <X11/Xlib.h>
+#include <X11/Xlibint.h>
 #include <X11/Xproto.h>
 
 #include "SDL_mouse.h"