diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-18 23:28:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-18 23:28:30 +0000 |
commit | 127a1ff50442dc22144280aff098af4af1aa37fa (patch) | |
tree | e4d31478dd6b913b437041cc2ca332e98d825c15 /bin/systrace | |
parent | c14adaf8f06f4ce9b141ee6ef32d2fa97b0032ae (diff) |
string.h
Diffstat (limited to 'bin/systrace')
-rw-r--r-- | bin/systrace/systrace.c | 3 |
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> |