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/radius.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/radius.c')
-rw-r--r-- | usr.sbin/ppp/radius.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c index f9118df..d0890e8 100644 --- a/usr.sbin/ppp/radius.c +++ b/usr.sbin/ppp/radius.c @@ -49,6 +49,7 @@ #ifndef NODES #include <md5.h> #endif +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |