11 lines
320 B
Diff
11 lines
320 B
Diff
|
--- src/utils.c.orig 2015-08-19 10:39:10.080521155 +0200
|
||
|
+++ 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"
|