freebsd-ports/games/nethack36/files/patch-src-files.c
Greg Lewis 0fdded38b5 . Add a port of NetHack 3.6.0
PR:		205255
Submitted by:	groot@kde.org
2016-01-24 04:04:30 +00:00

10 lines
225 B
C

--- src/files.c.orig 2015-12-07 08:26:01 UTC
+++ src/files.c
@@ -40,6 +40,7 @@ const
#if defined(UNIX) && defined(QT_GRAPHICS)
#include <sys/types.h>
+#include <limits.h>
#include <dirent.h>
#include <stdlib.h>
#endif