diff options
Diffstat (limited to 'src/XawInit.c')
-rw-r--r-- | src/XawInit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XawInit.c b/src/XawInit.c index 8b32742..5b73111 100644 --- a/src/XawInit.c +++ b/src/XawInit.c @@ -32,6 +32,9 @@ in this Software without prior written authorization from the X Consortium. * used as the class init proc). */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <X11/Intrinsic.h> #include <X11/Vendor.h> #include <X11/Xaw3d/XawInit.h> |