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