diff options
Diffstat (limited to 'editors/fxite/files/patch-src_appwin.cpp')
-rw-r--r-- | editors/fxite/files/patch-src_appwin.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/fxite/files/patch-src_appwin.cpp b/editors/fxite/files/patch-src_appwin.cpp new file mode 100644 index 000000000000..845e84ecb8de --- /dev/null +++ b/editors/fxite/files/patch-src_appwin.cpp @@ -0,0 +1,18 @@ +--- src/appwin.cpp.orig 2013-10-03 09:22:51 UTC ++++ src/appwin.cpp +@@ -20,6 +20,7 @@ + #include <fx.h> + #include <fxkeys.h> + ++#include "compat.h" + #include "scidoc.h" + #include "doctabs.h" + #include "search.h" +@@ -36,7 +37,6 @@ + #include "statusbar.h" + #include "scidoc_util.h" + #include "foreachtab.h" +-#include "compat.h" + + #include "intl.h" + #include "appwin.h" |