blob: 0f528ec912faada5ee70f9edaa0c61314317a1c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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;
|