]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <string.h>
authorBrian Wellington <source@isc.org>
Tue, 17 Oct 2000 19:24:29 +0000 (19:24 +0000)
committerBrian Wellington <source@isc.org>
Tue, 17 Oct 2000 19:24:29 +0000 (19:24 +0000)
bin/named/omapi.c

index 879694aba30a5a281e6b13ff05934f7bbd4165a1..2930d0467a2569ef54d65cddf76f59eaae640d1d 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: omapi.c,v 1.21 2000/10/17 01:09:31 gson Exp $ */
+/* $Id: omapi.c,v 1.22 2000/10/17 19:24:29 bwelling Exp $ */
 
 /*
  * Principal Author: DCL
@@ -23,6 +23,8 @@
 
 #include <config.h>
 
+#include <string.h>
+
 #include <isc/app.h>
 #include <isc/event.h>
 #include <isc/mem.h>