diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-08-27 20:11:58 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-08-27 20:11:58 +0000 |
| commit | 6eafd35305dee6df318b4652fdea0360ab4c4569 (patch) | |
| tree | cc47956d91a40346185dfb6efc8676f28cc8bdcc /usr.sbin/ppp/main.c | |
| parent | 3dd657600a9690cb262fac4a8781c14bd6eae786 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/main.c')
| -rw-r--r-- | usr.sbin/ppp/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index fe5f2dcc1aeb..7517663240c9 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -40,6 +40,7 @@ #include <fcntl.h> #include <paths.h> #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
