summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-11-12 04:44:14 +0000
committerderaadt <deraadt@openbsd.org>2013-11-12 04:44:14 +0000
commit98071651dd5cde89e90f854f9c5083811bc3c12f (patch)
treeb3be3af7a63519dc71a849df490effc47a98aa07
parentadd a variety of missing prototypes (diff)
downloadwireguard-openbsd-98071651dd5cde89e90f854f9c5083811bc3c12f.tar.xz
wireguard-openbsd-98071651dd5cde89e90f854f9c5083811bc3c12f.zip
repair the last prototype by bringing in monitor.h
-rw-r--r--libexec/ftpd/monitor_fdpass.c3
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)