include string.h for strcpy/strlen protos

This commit is contained in:
David Lawrence 1999-09-28 03:37:36 +00:00
parent b8255b5084
commit b05363a2b9

View file

@ -15,11 +15,12 @@
* SOFTWARE.
*/
/* $Id: dir.c,v 1.2 1999/09/23 21:35:19 tale Exp $ */
/* $Id: dir.c,v 1.3 1999/09/28 03:37:36 tale Exp $ */
/* Principal Authors: DCL */
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <isc/dir.h>