diff src/SDL.c @ 557:0ce5a68278fd

Updated Atari port for new system headers (thanks Patrice!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 07 Dec 2002 06:54:47 +0000
parents 522e5202014d
children b8d311d90021
line wrap: on
line diff
--- a/src/SDL.c	Sat Dec 07 06:51:03 2002 +0000
+++ b/src/SDL.c	Sat Dec 07 06:54:47 2002 +0000
@@ -28,6 +28,9 @@
 /* Initialization code for SDL */
 
 #include <stdlib.h>		/* For getenv() */
+#ifdef ENABLE_PTH
+#include <pth.h>
+#endif
 
 #include "SDL.h"
 #include "SDL_endian.h"