summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-31 13:12:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-31 13:12:11 +0000
commit9cac15d68f6e7beb258a2e17211c23130a2f8acd (patch)
tree284b090034a215e3bc90603d518fa6c16864f0cb
parent743c4945c96248bb4044c52b9f92ab9d5b1e9767 (diff)
downloadmailutils-9cac15d68f6e7beb258a2e17211c23130a2f8acd.tar.gz
mailutils-9cac15d68f6e7beb258a2e17211c23130a2f8acd.tar.bz2
Include <sys/time.h>
-rw-r--r--examples/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/http.c b/examples/http.c
index 0eca2b4a2..84ad7c28e 100644
--- a/examples/http.c
+++ b/examples/http.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <errno.h>
#include <unistd.h>
+#include <sys/time.h>
#include <mailutils/mailutils.h>

Return to:

Send suggestions and report system problems to the System administrator.