aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-08-27 20:11:58 +0000
committerBrian Somers <brian@FreeBSD.org>2002-08-27 20:11:58 +0000
commit6eafd35305dee6df318b4652fdea0360ab4c4569 (patch)
treecc47956d91a40346185dfb6efc8676f28cc8bdcc /usr.sbin/ppp/ccp.c
parent3dd657600a9690cb262fac4a8781c14bd6eae786 (diff)
downloadsrc-6eafd35305dee6df318b4652fdea0360ab4c4569.tar.gz
src-6eafd35305dee6df318b4652fdea0360ab4c4569.zip
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
Suggested by: mike
Notes
Notes: svn path=/head/; revision=102500
Diffstat (limited to 'usr.sbin/ppp/ccp.c')
-rw-r--r--usr.sbin/ppp/ccp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c
index 03c56b4939b8..78ea13ab15d5 100644
--- a/usr.sbin/ppp/ccp.c
+++ b/usr.sbin/ppp/ccp.c
@@ -35,6 +35,7 @@
#include <sys/socket.h>
#include <sys/un.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* memcpy() on some archs */