patch-win_jtp_jtp_mou_c 347 B

123456789101112131415
  1. $OpenBSD: patch-win_jtp_jtp_mou_c,v 1.1 2014/11/30 07:08:48 brad Exp $
  2. Add missing header for malloc().
  3. --- win/jtp/jtp_mou.c.orig Sun Nov 30 01:44:54 2014
  4. +++ win/jtp/jtp_mou.c Sun Nov 30 01:45:40 2014
  5. @@ -6,6 +6,7 @@
  6. #define _jtp_mou_c_
  7. #include "jtp_def.h"
  8. +#include <stdlib.h>
  9. #ifdef USE_DIRECTX_SYSCALLS
  10. #include "jtp_dirx.h"
  11. #endif