From f2e99a8ed2b76fe50557a47b3df81d67f323369e Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 27 Aug 2002 20:11:58 +0000 Subject: Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ Suggested by: mike --- usr.sbin/ppp/timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/ppp/timer.c') 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 #include +#include #include #include #include -- cgit v1.1