aboutsummaryrefslogtreecommitdiffstats
path: root/main/sfic/limits.patch
blob: d0e462be32280e175098ca8459f4866a50bfb797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/sfic.c b/src/sfic.c
index ebf2ebb..9ea77eb 100644
--- a/src/sfic.c
+++ b/src/sfic.c
@@ -26,6 +26,7 @@
 #include <config.h>
 #endif
 
+#include <limits.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>