View | Details | Raw Unified | Return to bug 192645
Collapse All | Expand All

(-)files/patch-encfs__encfsctl.cpp 2014-08-16 11:53:24.723313625 +0200 (-5 / +6 lines)
Lines 1-13 Link Here
1
--- encfs/encfsctl.cpp.orig    2008-05-22 02:37:48.000000000 -0700
1
--- encfs/encfsctl.cpp.orig     2008-05-22 02:37:48.000000000 -0700
2
+++ encfs/encfsctl.cpp 2008-05-22 02:37:57.000000000 -0700
2
+++ encfs/encfsctl.cpp  2008-05-22 02:37:57.000000000 -0700
3
@@ -36,9 +36,9 @@
3
@@ -36,9 +36,10 @@
4
 #include <sys/types.h>
4
 #include <sys/types.h>
5
 #include <sys/stat.h>
5
 #include <sys/stat.h>
6
 #include <fcntl.h>
6
 #include <fcntl.h>
7
 #ifdef __FreeBSD__
7
 #ifdef __FreeBSD__
8
-#include <libintl.h>
8
-#include <libintl.h>
9
+#include "gettext.h"
9
+#include "gettext.h"
10
+#include <climits>
10
 #endif
11
 #endif
11
12
12
 #include "i18n.h"
13
 #include "i18n.h"
13
14

Return to bug 192645