mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
$NetBSD: patch-ad,v 1.1 2007/08/08 20:53:47 joerg Exp $
|
|
|
|
--- src/gfx.cpp.orig 2007-08-08 20:28:38.000000000 +0000
|
|
+++ src/gfx.cpp
|
|
@@ -7,7 +7,7 @@
|
|
***************************************************************************/
|
|
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
|
|
#include "SDL.h"
|