mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
include string.h for strcpy/strlen protos
This commit is contained in:
parent
b8255b5084
commit
b05363a2b9
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue