summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/link.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/link.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/link.c')
-rw-r--r--usr.sbin/ppp/link.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/link.c b/usr.sbin/ppp/link.c
index 6a2481c..d5aaca3 100644
--- a/usr.sbin/ppp/link.c
+++ b/usr.sbin/ppp/link.c
@@ -34,6 +34,7 @@
#include <netinet/in.h>
#include <netinet/ip.h>
+#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <termios.h>
OpenPOWER on IntegriCloud