diff options
Diffstat (limited to 'utils/gssd/err_util.c')
-rw-r--r-- | utils/gssd/err_util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/gssd/err_util.c b/utils/gssd/err_util.c index 2583e06..fe09eda 100644 --- a/utils/gssd/err_util.c +++ b/utils/gssd/err_util.c @@ -28,6 +28,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif /* HAVE_CONFIG_H */ + #include <stdio.h> #include <stdarg.h> #include <string.h> |