diff options
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/llib/llib-lposix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xlint/llib/llib-lposix b/usr.bin/xlint/llib/llib-lposix index dffad25..b3f9ca9 100644 --- a/usr.bin/xlint/llib/llib-lposix +++ b/usr.bin/xlint/llib/llib-lposix @@ -37,6 +37,7 @@ #define _POSIX_SOURCE #include <sys/types.h> +#include <sys/time.h> #include <sys/stat.h> #include <sys/utsname.h> #include <sys/times.h> |