diff options
author | 2013-11-12 04:44:14 +0000 | |
---|---|---|
committer | 2013-11-12 04:44:14 +0000 | |
commit | 98071651dd5cde89e90f854f9c5083811bc3c12f (patch) | |
tree | b3be3af7a63519dc71a849df490effc47a98aa07 | |
parent | add a variety of missing prototypes (diff) | |
download | wireguard-openbsd-98071651dd5cde89e90f854f9c5083811bc3c12f.tar.xz wireguard-openbsd-98071651dd5cde89e90f854f9c5083811bc3c12f.zip |
repair the last prototype by bringing in monitor.h
-rw-r--r-- | libexec/ftpd/monitor_fdpass.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftpd/monitor_fdpass.c b/libexec/ftpd/monitor_fdpass.c index 2090d22cb2c..eaa3c398b0d 100644 --- a/libexec/ftpd/monitor_fdpass.c +++ b/libexec/ftpd/monitor_fdpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_fdpass.c,v 1.5 2012/04/04 17:24:49 deraadt Exp $ */ +/* $OpenBSD: monitor_fdpass.c,v 1.6 2013/11/12 04:44:14 deraadt Exp $ */ /* * Copyright (c) 2002 Matthieu Herrb @@ -26,6 +26,7 @@ #include <string.h> #include <syslog.h> #include <unistd.h> +#include "monitor.h" void send_fd(int sock, int fd) |