patch-win_jtp_jtp_sdl_c 405 B

123456789101112131415
  1. $OpenBSD: patch-win_jtp_jtp_sdl_c,v 1.1 2014/11/30 07:08:48 brad Exp $
  2. Don't use malloc.h header on OpenBSD.
  3. --- win/jtp/jtp_sdl.c.orig Tue Nov 18 05:36:04 2014
  4. +++ win/jtp/jtp_sdl.c Tue Nov 18 05:36:10 2014
  5. @@ -11,7 +11,6 @@
  6. -------------------------------------------------------------------*/
  7. #include <stdlib.h>
  8. -#include <malloc.h>
  9. #include <unistd.h>
  10. #include <signal.h>
  11. #include <errno.h>