diff options
Diffstat (limited to 'editors/scite/files/patch-src__FilePath.h')
-rw-r--r-- | editors/scite/files/patch-src__FilePath.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/scite/files/patch-src__FilePath.h b/editors/scite/files/patch-src__FilePath.h deleted file mode 100644 index c0217ff90e43..000000000000 --- a/editors/scite/files/patch-src__FilePath.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ../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 |