diff options
Diffstat (limited to 'src/Hooks.c')
-rw-r--r-- | src/Hooks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Hooks.c b/src/Hooks.c index 5c113e1..05b67ce 100644 --- a/src/Hooks.c +++ b/src/Hooks.c @@ -29,6 +29,9 @@ in this Software without prior written authorization from The Open Group. /*LINTLIBRARY*/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "CreateI.h" |