summaryrefslogtreecommitdiff
path: root/editors/scite/files/patch-src__FilePath.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/scite/files/patch-src__FilePath.h')
-rw-r--r--editors/scite/files/patch-src__FilePath.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/scite/files/patch-src__FilePath.h b/editors/scite/files/patch-src__FilePath.h
new file mode 100644
index 000000000000..c0217ff90e43
--- /dev/null
+++ b/editors/scite/files/patch-src__FilePath.h
@@ -0,0 +1,10 @@
+--- ../src/FilePath.h.orig 2011-07-31 22:49:30.000000000 -0400
++++ ../src/FilePath.h 2011-09-06 21:43:03.000000000 -0400
+@@ -13,6 +13,7 @@
+ extern const GUI::gui_char fileWrite[];
+
+ #if defined(__unix__)
++#include <cstdio>
+ #include <limits.h>
+ #ifdef PATH_MAX
+ #define MAX_PATH PATH_MAX