2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

#include <string.h> to get prototype for strlen().

This commit is contained in:
Bob Halley
2000-10-11 17:57:35 +00:00
parent dc570b92f6
commit 303ca7abc9

View File

@@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: opt.c,v 1.1 2000/10/11 17:44:13 mws Exp $ */ /* $Id: opt.c,v 1.2 2000/10/11 17:57:35 halley Exp $ */
#include <config.h> #include <config.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <isc/buffer.h> #include <isc/buffer.h>
#include <isc/util.h> #include <isc/util.h>