diff options
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r-- | src/bltGrPSOutput.C | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index 949cdbb..bfad8c1 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -28,19 +28,22 @@ * */ -extern "C" { #include <stdarg.h> #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> +extern "C" { #include <tkPort.h> #include <tkInt.h> #include <tk3d.h> +}; -#include "bltInt.h" #include "bltMath.h" + +extern "C" { +#include "bltInt.h" #include "bltPsInt.h" }; |