diff options
Diffstat (limited to 'src/ThreeD.c')
-rw-r--r-- | src/ThreeD.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ThreeD.c b/src/ThreeD.c index 04273cc..754b6e2 100644 --- a/src/ThreeD.c +++ b/src/ThreeD.c @@ -28,6 +28,9 @@ SOFTWARE. * Rights, permissions, and disclaimer per the above DEC/MIT license. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <X11/Xaw3d/Xaw3dP.h> #include <X11/Xlib.h> #include <X11/StringDefs.h> |