From a20a49efe59fa9c83e1dc99b45c02b60210db04a Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Tue, 13 Sep 2011 11:32:32 +0000 Subject: Fix linking and builds with recent versions of gcc; small clean-up PR: 160599 Approved by: Naram Qashat (maintainer) --- editors/scite/files/patch-src__FilePath.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editors/scite/files/patch-src__FilePath.h (limited to 'editors/scite/files/patch-src__FilePath.h') 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 + #include + #ifdef PATH_MAX + #define MAX_PATH PATH_MAX -- cgit v1.2.3