diff options
-rw-r--r-- | usr.sbin/ppp/defs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index 435efbb57cc..2215cdebaaf 100644 --- a/usr.sbin/ppp/defs.c +++ b/usr.sbin/ppp/defs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: defs.c,v 1.7 1998/01/21 02:13:31 brian Exp $ + * $Id: defs.c,v 1.8 1998/03/13 03:15:32 brian Exp $ */ #include <sys/param.h> @@ -33,6 +33,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #include "defs.h" @@ -69,7 +70,7 @@ GetLabel() void randinit() { -#ifdef __FreeBSD__ +#if __FreeBSD__ >= 3 static int initdone; if (!initdone) { |