Include time.h

1_00_stable_10817
Eric Andersen 2001-11-20 00:15:27 +00:00
parent edc6e0248c
commit c36642195c
1 changed files with 1 additions and 1 deletions

View File

@ -14,11 +14,11 @@
#include <sys/types.h>
#include <fcntl.h>
#include <errno.h>
#include <utmp.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include "busybox.h"
extern int dutmp_main(int argc, char **argv)