blob: 005bf17202bfebff6b51ae3e01c721f246590054 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/utils.c 2015-08-19 10:39:10.080521155 +0200
+++ b/src/utils.c 2015-08-19 10:39:27.140521047 +0200
@@ -22,6 +22,7 @@
#include <fcntl.h>
#include <signal.h>
#include <libintl.h>
+#include <limits.h>
/* File name used to tag directories created by pmount */
#define CREATED_DIR_STAMP ".created_by_pmount"
|