diff options
Diffstat (limited to 'src/sm_misc.c')
-rw-r--r-- | src/sm_misc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sm_misc.c b/src/sm_misc.c index 9fc3e90..30c2c2d 100644 --- a/src/sm_misc.c +++ b/src/sm_misc.c @@ -30,6 +30,9 @@ in this Software without prior written authorization from The Open Group. * Author: Ralph Mor, X Consortium */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/SM/SMlib.h> #include "SMlibint.h" #include <stdio.h> |