13 lines
294 B
Text
13 lines
294 B
Text
$NetBSD: patch-aa,v 1.1 2007/06/17 18:47:31 minskim Exp $
|
|
|
|
--- sdl/main.c.orig 2001-12-19 15:42:38.000000000 -0800
|
|
+++ sdl/main.c
|
|
@@ -6,7 +6,7 @@
|
|
#include <unistd.h>
|
|
#include <mast.h>
|
|
#include <SDL.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <getopt.h>
|
|
|
|
SDL_Surface *thescreen;
|