diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-02-25 14:05:17 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-02-25 14:05:17 +0000 |
| commit | c3b6ad6667e0ed297645489dd1f08187e1822b08 (patch) | |
| tree | 4252ef9f097a010aba4c613582beab10c273f68a /usr.sbin/ppp/timer.c | |
| parent | a43e18f1d9d52380858c630fc90371f39af6ef9f (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 de9a08cd61c6..68214cf27bb4 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$ + * $Id: timer.c,v 1.9 1997/02/22 16:10:59 peter Exp $ * * TODO: */ @@ -25,6 +25,7 @@ #include <sys/time.h> #include <signal.h> #include "timeout.h" +#include <sys/cdefs.h> #include "sig.h" #ifdef SIGALRM #include <errno.h> |
