Commit 1590afb6 1590afb6d39996802ee4dd9bce6e478e46dc8203 by Sergey Poznyakoff

Include sys/time.h.

1 parent a16d511d
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
23 #include <stdlib.h> 23 #include <stdlib.h>
24 #include <string.h> 24 #include <string.h>
25 #include <sys/types.h> 25 #include <sys/types.h>
26 #include <sys/time.h>
26 #include <unistd.h> 27 #include <unistd.h>
27 #include <errno.h> 28 #include <errno.h>
28 #include <mailutils/sys/pop3.h> 29 #include <mailutils/sys/pop3.h>
......