diff src/video/dga/SDL_dgavideo.h @ 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 409974dedf2e
children 568c9b3c0167
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"