aboutsummaryrefslogtreecommitdiffstats
path: root/editors/scite/files/patch-src__FilePath.h
blob: c0217ff90e43dc1d431a39d60447ec76c3121192 (plain) (blame)
1
2
3
4
5
6
7
8
9
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