12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
$OpenBSD: patch-src_audio_SDL_audiomem_c,v 1.1.1.1 2001/04/19 18:55:40 obecian Exp $
|
|
--- src/audio/SDL_audiomem.c.orig Sat Feb 10 00:20:03 2001
|
|
+++ src/audio/SDL_audiomem.c Fri Mar 30 08:44:02 2001
|
|
@@ -34,6 +34,7 @@ static char rcsid =
|
|
#include <sys/ipc.h>
|
|
#include <sys/shm.h>
|
|
#include <stddef.h>
|
|
+#include <stdlib.h>
|
|
#else
|
|
#include <stdlib.h>
|
|
#endif
|