diff options
Diffstat (limited to 'sesman/access.c')
-rw-r--r-- | sesman/access.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/access.c b/sesman/access.c index 071c0ec3..2418505d 100644 --- a/sesman/access.c +++ b/sesman/access.c @@ -24,6 +24,10 @@ * */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #include "sesman.h" extern struct config_sesman *g_cfg; /* in sesman.c */ |