diff options
Diffstat (limited to 'usr.bin/truss/main.c')
-rw-r--r-- | usr.bin/truss/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index e100c16..86a007c 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -43,6 +43,7 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/ioctl.h> #include <sys/pioctl.h> +#include <sys/time.h> #include <err.h> #include <errno.h> |