summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/id.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-01-07 03:23:38 +0000
committerbrian <brian@FreeBSD.org>2000-01-07 03:23:38 +0000
commitcca6aa22640fc4bc0dd997b03f9ab818899ae36e (patch)
tree07c9d6e7022076917e71088035313dfadfce18b4 /usr.sbin/ppp/id.c
parent604f6ce5b9862f0da1f93af04e9a5dd79b6d02bd (diff)
downloadFreeBSD-src-cca6aa22640fc4bc0dd997b03f9ab818899ae36e.zip
FreeBSD-src-cca6aa22640fc4bc0dd997b03f9ab818899ae36e.tar.gz
include stdlib.h (setproctitle() is prototyped there in OpenBSD)
Diffstat (limited to 'usr.sbin/ppp/id.c')
-rw-r--r--usr.sbin/ppp/id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/id.c b/usr.sbin/ppp/id.c
index f2b4581..a124776 100644
--- a/usr.sbin/ppp/id.c
+++ b/usr.sbin/ppp/id.c
@@ -38,6 +38,7 @@
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h> /* setproctitle() under OpenBSD (+NetBSD ?)*/
#include <string.h>
#include <sysexits.h>
#if defined(__FreeBSD__) && !defined(NOKLDLOAD)
OpenPOWER on IntegriCloud