diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-09-13 11:32:32 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-09-13 11:32:32 +0000 |
commit | a20a49efe59fa9c83e1dc99b45c02b60210db04a (patch) | |
tree | 371ec3466ed8472139b81f3bda54763f2ff7621d /editors/scite/files/patch-src__FilePath.h | |
parent | Fix linking and sparc64 build; small clean-up (diff) |
Fix linking and builds with recent versions of gcc;
small clean-up
PR: 160599
Approved by: Naram Qashat (maintainer)
Notes
Notes:
svn path=/head/; revision=281726
Diffstat (limited to 'editors/scite/files/patch-src__FilePath.h')
-rw-r--r-- | editors/scite/files/patch-src__FilePath.h | 10 |
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 |