diff options
Diffstat (limited to 'src/sm_client.c')
-rw-r--r-- | src/sm_client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sm_client.c b/src/sm_client.c index 028262e..02f9ccd 100644 --- a/src/sm_client.c +++ b/src/sm_client.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 "globals.h" |