diff options
-rw-r--r-- | include/duser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/duser.h b/include/duser.h index c70eda5..06cdf84 100644 --- a/include/duser.h +++ b/include/duser.h @@ -21,6 +21,10 @@ #ifndef DUSER_H #define DUSER_H +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + #include <limits.h> #define REGEX_MAX 255 #define SELF __FUNCTION__ |