2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

include <string.h>

This commit is contained in:
Andreas Gustafsson
2000-01-31 21:59:02 +00:00
parent c5f33ba0f0
commit af22dc3723
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <isc/mem.h>
#include <isc/buffer.h>

View File

@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <isc/assertions.h>

View File

@@ -18,6 +18,7 @@
#include <config.h>
#include <stddef.h>
#include <string.h>
#include <isc/assertions.h>
#include <isc/error.h>