diff options
-rw-r--r-- | sesman/sesman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sesman/sesman.h b/sesman/sesman.h index bb4b1ab7..33c0ad2d 100644 --- a/sesman/sesman.h +++ b/sesman/sesman.h @@ -28,6 +28,9 @@ #ifndef SESMAN_H #define SESMAN_H +#if defined(HAVE_CONFIG_H) +#include "config_ac.h" +#endif #include "d3des.h" #include "arch.h" #include "parse.h" |