summaryrefslogtreecommitdiff
path: root/fluid/ExternalCodeEditor_WIN32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/ExternalCodeEditor_WIN32.cxx')
-rw-r--r--fluid/ExternalCodeEditor_WIN32.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/ExternalCodeEditor_WIN32.cxx b/fluid/ExternalCodeEditor_WIN32.cxx
index b05adc638..695578749 100644
--- a/fluid/ExternalCodeEditor_WIN32.cxx
+++ b/fluid/ExternalCodeEditor_WIN32.cxx
@@ -3,8 +3,6 @@
//
// Note: This entire file Windows only.
-#include <stdio.h> // snprintf()
-
#include <FL/Fl.H> // Fl_Timeout_Handler..
#include <FL/fl_ask.H> // fl_alert()
#include <FL/fl_utf8.h> // fl_utf8fromwc()
@@ -12,6 +10,9 @@
#include "ExternalCodeEditor_WIN32.h"
+#include <stdio.h> // snprintf()
+#include <stdlib.h>
+
extern int G_debug; // defined in fluid.cxx
// Static local data