From 42138a02d82feba0778e61590e9819574c4ddb75 Mon Sep 17 00:00:00 2001 From: Alan Trulock Date: Mon, 25 Jul 2011 22:06:50 +0200 Subject: [PATCH] Add SDL_net to frameworks When SDL_net was introduced, the framework was not added to headers.h. This causes a problem when compiling with -DFRAMEWORK_SDL=1. --- src/headers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/headers.h b/src/headers.h index 86a20bf..0d620e1 100644 --- a/src/headers.h +++ b/src/headers.h @@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#include #include extern C_LINKAGE void openHelpURL(); #ifndef SDL_GetGamma -- 2.39.5