summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_PostScript.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx
index 973a18fa4..7ffcf1a0f 100644
--- a/src/Fl_PostScript.cxx
+++ b/src/Fl_PostScript.cxx
@@ -25,13 +25,14 @@
// http://www.fltk.org/str.php
//
+#include <config.h>
#include <FL/Fl.H>
#include <FL/fl_ask.H>
#include <FL/fl_draw.H>
#include <stdio.h>
#include <FL/Fl_PostScript.H>
#include <FL/Fl_Native_File_Chooser.H>
-#if !defined(WIN32) && !defined(__APPLE__) && !USE_XFT
+#if defined(USE_X11) && !USE_XFT
#include "Fl_Font.H"
#endif