diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-11-09 06:22:49 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-11-09 06:22:49 +0000 |
| commit | 5106c67149438f0d50a1915bbcb75be1db7aae30 (patch) | |
| tree | f70cb76041f6c38e5c713f0dc7169a38854e3374 /usr.sbin/ppp/timer.c | |
| parent | 4000f72f0459bad2e47ce95aaddf5e952e98a155 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/timer.c')
| -rw-r--r-- | usr.sbin/ppp/timer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index cdb17bcfdb0c..83ebb6d8c71c 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.c,v 1.21 1997/10/24 22:36:31 brian Exp $ + * $Id: timer.c,v 1.22 1997/10/26 01:03:52 brian Exp $ * * TODO: */ @@ -27,6 +27,7 @@ #include <errno.h> #endif #include <sys/time.h> +#include <stdio.h> #include <unistd.h> #include "mbuf.h" |
