diff options
author | brian <brian@FreeBSD.org> | 2002-08-27 20:11:58 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-08-27 20:11:58 +0000 |
commit | f2e99a8ed2b76fe50557a47b3df81d67f323369e (patch) | |
tree | cc47956d91a40346185dfb6efc8676f28cc8bdcc /usr.sbin/ppp/route.c | |
parent | 57bf7bbe3fac912b8371b0435ecafcca3a923327 (diff) | |
download | FreeBSD-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/route.c')
-rw-r--r-- | usr.sbin/ppp/route.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index e1a99c1..398bf69 100644 --- a/usr.sbin/ppp/route.c +++ b/usr.sbin/ppp/route.c @@ -41,6 +41,7 @@ #include <sys/un.h> #include <errno.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |