mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
$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;
|