diff options
Diffstat (limited to 'xcalc.h')
-rw-r--r-- | xcalc.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ from the X Consortium. #ifndef _XCALC_H_ #define _XCALC_H_ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/Intrinsic.h> #include <X11/StringDefs.h> |