diff options
Diffstat (limited to 'usr.bin/truss/alpha-fbsd.c')
-rw-r--r-- | usr.bin/truss/alpha-fbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/alpha-fbsd.c b/usr.bin/truss/alpha-fbsd.c index 7bc7c77..60c62e1 100644 --- a/usr.bin/truss/alpha-fbsd.c +++ b/usr.bin/truss/alpha-fbsd.c @@ -48,7 +48,6 @@ static const char rcsid[] = #include <sys/ioctl.h> #include <sys/pioctl.h> #include <sys/syscall.h> -#include <sys/time.h> #include <machine/reg.h> @@ -59,6 +58,7 @@ static const char rcsid[] = #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #include "truss.h" |