summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2013-09-06 18:36:33 (GMT)
committerjoye <joye>2013-09-06 18:36:33 (GMT)
commit68e3e46fe25a9acd314e7f437a134068b6444e12 (patch)
tree67653f2c2dbd0515c89d4c43c907da385352370b
parentc03bb7905fdbe9b2393dc26a9059042b622bd407 (diff)
downloadblt-68e3e46fe25a9acd314e7f437a134068b6444e12.zip
blt-68e3e46fe25a9acd314e7f437a134068b6444e12.tar.gz
blt-68e3e46fe25a9acd314e7f437a134068b6444e12.tar.bz2
*** empty log message ***
-rw-r--r--src/bltGrPSOutput.C14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C
index a5f509d..434145c 100644
--- a/src/bltGrPSOutput.C
+++ b/src/bltGrPSOutput.C
@@ -31,12 +31,24 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
+#define TIME_WITH_SYS_TIME 0
+#define HAVE_SYS_TIME_H 1
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#include <tkPort.h>
+#include <tkInt.h>
+
+#define FOOBAR
#include "bltInt.h"
+#undef FOOBAR
#include "tkIntBorder.h"
#include "bltDBuffer.h"
#include "bltPicture.h"
#include "bltPsInt.h"
-#include "tkDisplay.h"
#define PS_MAXPATH 1500 /* Maximum number of components in a
* PostScript (level 1) path. */