1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/games/nethack34/files/patch-ai
Christian Weisgerber 5050eb35de Fix build on -stable.
PR:		53492
Submitted by:	Ports Fury
2003-06-19 15:46:14 +00:00

11 lines
210 B
Plaintext

--- src/files.c.orig Sun Feb 23 23:43:26 2003
+++ src/files.c Thu Jun 19 11:51:59 2003
@@ -29,6 +29,7 @@
#endif
#if defined(UNIX) && defined(QT_GRAPHICS)
+#include <limits.h>
#include <dirent.h>
#endif