15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
$OpenBSD: patch-win_jtp_jtp_sdl_c,v 1.1 2014/11/30 07:08:48 brad Exp $
|
|
|
|
Don't use malloc.h header on OpenBSD.
|
|
|
|
--- win/jtp/jtp_sdl.c.orig Tue Nov 18 05:36:04 2014
|
|
+++ win/jtp/jtp_sdl.c Tue Nov 18 05:36:10 2014
|
|
@@ -11,7 +11,6 @@
|
|
-------------------------------------------------------------------*/
|
|
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
#include <errno.h>
|