Commit 1590afb6 1590afb6d39996802ee4dd9bce6e478e46dc8203 by Sergey Poznyakoff

Include sys/time.h.

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