From 768896d21c8e331c9c93802cf86568062b6e425f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 12 Jul 2007 08:05:19 +0000 Subject: [PATCH] A better fix for building DGA code on Solaris 8, inspired by the NetBSD pkgsrc patch. --HG-- branch : SDL-1.2 --- src/video/dga/SDL_dgavideo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/dga/SDL_dgavideo.h b/src/video/dga/SDL_dgavideo.h index 36d5af295..a0915da58 100644 --- a/src/video/dga/SDL_dgavideo.h +++ b/src/video/dga/SDL_dgavideo.h @@ -25,6 +25,7 @@ #define _SDL_dgavideo_h #include +#include #include #include "SDL_mouse.h"