summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-18 23:28:29 +0000
committerderaadt <deraadt@openbsd.org>2002-06-18 23:28:29 +0000
commit21767e215108b21199fce4752b593f157baa990c (patch)
treed230c73140fc54636f3a0e6b78389bd8d9f9f7f8
parentoops, forgot to commit this when gpr was added. (diff)
downloadwireguard-openbsd-21767e215108b21199fce4752b593f157baa990c.tar.xz
wireguard-openbsd-21767e215108b21199fce4752b593f157baa990c.zip
string.h
-rw-r--r--bin/systrace/systrace.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/systrace/systrace.c b/bin/systrace/systrace.c
index 9dbf09eaaea..bc1d46192b3 100644
--- a/bin/systrace/systrace.c
+++ b/bin/systrace/systrace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.c,v 1.16 2002/06/12 22:14:51 provos Exp $ */
+/* $OpenBSD: systrace.c,v 1.17 2002/06/18 23:28:29 deraadt Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -40,6 +40,7 @@
#include <fcntl.h>
#include <signal.h>
#include <syslog.h>
+#include <string.h>
#include <err.h>
#include <errno.h>