]> git.mxchange.org Git - quix0rs-blobwars.git/commitdiff
Add SDL_net to frameworks
authorAlan Trulock <alan@trulock.org>
Mon, 25 Jul 2011 20:06:50 +0000 (22:06 +0200)
committerGuus Sliepen <guus@sliepen.eu.org>
Mon, 25 Jul 2011 20:06:50 +0000 (22:06 +0200)
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

index 86a20bfb7f7007fcd68ce2a6713ffdc935d92b27..0d620e10e5465fbf2566542bc86b83e6a5094f41 100644 (file)
@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <SDL_image/SDL_image.h>
 #include <SDL_mixer/SDL_mixer.h>
 #include <SDL_ttf/SDL_ttf.h>
+#include <SDL_net/SDL_net.h>
 #include <CoreFoundation/CoreFoundation.h>
 extern C_LINKAGE void openHelpURL();
 #ifndef SDL_GetGamma