From 36ce621c0cb28d58913f2d1a84f5125f4a9db285 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 14:54:39 -0400 Subject: Forgot to define ifdef for HAVE_CONFIG_H sigh --- include/duser.h | 4 ++++ 1 file changed, 4 insertions(+) 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 #define REGEX_MAX 255 #define SELF __FUNCTION__ -- cgit