diff src/audio/SDL_audiomem.c @ 1:cf2af46e9e2a

Changes since SDL 1.2.0 release
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:50:19 +0000
parents 74212992fb08
children e8157fcb3114
line wrap: on
line diff
--- a/src/audio/SDL_audiomem.c	Thu Apr 26 16:45:43 2001 +0000
+++ b/src/audio/SDL_audiomem.c	Thu Apr 26 16:50:19 2001 +0000
@@ -29,13 +29,12 @@
 	(necessary because SDL audio emulates threads with fork()
  */
 
+#include <stdlib.h>
 #ifdef FORK_HACK
 #include <sys/types.h>
 #include <sys/ipc.h>
 #include <sys/shm.h>
 #include <stddef.h>
-#else
-#include <stdlib.h>
 #endif
 
 #include "SDL_audiomem.h"