From 34dc6a0973fa7640383a1edf98005b702b546c31 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Wed, 19 Oct 2011 22:38:48 -0400 Subject: [PATCH] Add to pick up definition of bzero. --- src/util.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index aa978466..5a45a16e 100644 --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,6 @@ /* - Copyright (C) 2003, 2004, 2005, 2008 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 2008, 2011 + Rocky Bernstein This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,6 +35,9 @@ #ifdef HAVE_STRING_H #include #endif +#ifdef HAVE_STRINGS_H +#include +#endif #include #ifdef HAVE_STDARG_H