diff options
Diffstat (limited to 'src/sm_auth.c')
-rw-r--r-- | src/sm_auth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sm_auth.c b/src/sm_auth.c index 111235e..9acd371 100644 --- a/src/sm_auth.c +++ b/src/sm_auth.c @@ -31,6 +31,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" |