diff options
author | 2004-04-19 23:33:46 +0000 | |
---|---|---|
committer | 2004-04-19 23:33:46 +0000 | |
commit | d36b47cb01d5b769024750a05f975251945ba548 (patch) | |
tree | 1cbe38b226c2d523802fd706036084e9b0b7e068 | |
parent | remove the GATEWAY junk thingy; at the same time, select a new fat (diff) | |
download | wireguard-openbsd-d36b47cb01d5b769024750a05f975251945ba548.tar.xz wireguard-openbsd-d36b47cb01d5b769024750a05f975251945ba548.zip |
include string.h for memset, canacar@ ok
-rw-r--r-- | usr.sbin/bind/lib/isc/unix/privsep_fdpass.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/privsep_fdpass.c b/usr.sbin/bind/lib/isc/unix/privsep_fdpass.c index 4a99118aa71..d0d91011268 100644 --- a/usr.sbin/bind/lib/isc/unix/privsep_fdpass.c +++ b/usr.sbin/bind/lib/isc/unix/privsep_fdpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep_fdpass.c,v 1.1 2004/03/12 18:40:15 canacar Exp $ */ +/* $OpenBSD: privsep_fdpass.c,v 1.2 2004/04/19 23:33:46 avsm Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> @@ -40,6 +40,7 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> +#include <string.h> #include <isc/privsep.h> |