add sys/time.h for struct timeval on freebsd 4

This commit is contained in:
rsc 2006-05-06 19:55:11 +00:00
parent 7f629d9d7b
commit 4936c293f5

View file

@ -1,4 +1,5 @@
#include <u.h>
#include <sys/time.h>
#include <libc.h>
#include <ip.h>
#include <bio.h>