Needs string.h for function prototypes. For some reason gcc and other

compilers do not warn about the missing str*/mem* prototypes.
This commit is contained in:
David Lawrence
2000-05-08 19:23:32 +00:00
parent 64574939c4
commit 6028d1ce03
30 changed files with 46 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: connection.c,v 1.25 2000/05/08 14:38:09 tale Exp $ */
/* $Id: connection.c,v 1.26 2000/05/08 19:23:32 tale Exp $ */
/* Principal Author: DCL */
@@ -28,6 +28,7 @@
#include <isc/buffer.h>
#include <isc/bufferlist.h>
#include <isc/netdb.h>
#include <isc/string.h> /* Required for HP/UX (and others?) */
#include <isc/task.h>
#include <isc/util.h>