aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack36/files/patch-src-files.c
blob: 09e5aab09f73f7de013a3f40eb7140949de3fe93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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