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
Yukihiro Nakai 044fe0d8a2 Fix and updates from KATO Tsuguru.
Submitted by:		"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-01-22 11:46:45 +00:00

15 lines
309 B
Plaintext

*** 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>