diff options
Diffstat (limited to 'sesman/sesman.c')
| -rw-r--r-- | sesman/sesman.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/sesman/sesman.c b/sesman/sesman.c index 8bebaa39..01bac015 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -24,6 +24,10 @@   *   */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif +  #include "sesman.h"  int g_sck; | 
