diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-09 22:23:29 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-09 22:23:29 +0000 |
commit | 102b6d7ff290a3df504915363bdf2268553e5f87 (patch) | |
tree | 6e7076ccdfabb5d0e362e9b03d1814b3b3534023 /tools | |
parent | 6d7133186a0415b60019eaa7dc32c3ec5bd3e201 (diff) |
Build fixes for FreeBSD
Diffstat (limited to 'tools')
-rw-r--r-- | tools/notify-dns-slaves.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/notify-dns-slaves.c b/tools/notify-dns-slaves.c index 4af4b8c..63d1d9a 100644 --- a/tools/notify-dns-slaves.c +++ b/tools/notify-dns-slaves.c @@ -40,6 +40,7 @@ #include <sys/socket.h> #include <sys/types.h> +#include <string.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> |