123456789101112131415 |
- $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>
|