1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/games/xsokoban/files/patch-ad

15 lines
309 B
Plaintext
Raw Normal View History

*** externs.h.orig Sun Apr 16 07:46:14 1995
--- externs.h Sat Jan 15 00:00:00 2000
***************
*** 5,11 ****
--- 5,13 ----
#include <X11/Xresource.h>
#include <sys/stat.h>
#include <sys/types.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#ifdef NEED_NETINET_IN
#include <netinet/in.h>