summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/timer.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-08-27 20:11:58 +0000
committerbrian <brian@FreeBSD.org>2002-08-27 20:11:58 +0000
commitf2e99a8ed2b76fe50557a47b3df81d67f323369e (patch)
treecc47956d91a40346185dfb6efc8676f28cc8bdcc /usr.sbin/ppp/timer.c
parent57bf7bbe3fac912b8371b0435ecafcca3a923327 (diff)
downloadFreeBSD-src-f2e99a8ed2b76fe50557a47b3df81d67f323369e.zip
FreeBSD-src-f2e99a8ed2b76fe50557a47b3df81d67f323369e.tar.gz
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
Suggested by: mike
Diffstat (limited to 'usr.sbin/ppp/timer.c')
-rw-r--r--usr.sbin/ppp/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c
index 9c4fc9f..77b2af7 100644
--- a/usr.sbin/ppp/timer.c
+++ b/usr.sbin/ppp/timer.c
@@ -30,6 +30,7 @@
#include <errno.h>
#include <signal.h>
+#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud