diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 05:16:22 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 05:16:22 +0000 |
| commit | 1bc1344e14c309478b840b2e68b02a5efd1364bf (patch) | |
| tree | 11446946728895f82e68f74c8454a70feb8119b4 /usr.bin | |
| parent | 724f76029d52918e44678ece30f9b35925e10097 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/mail/aux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index 2f735b1b2723..866b91be68c8 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -39,6 +39,8 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ +#include <sys/time.h> + #include "rcv.h" #include "extern.h" |
