[patch 10/12] make struct timeval visible

Include <sys/time.h> for definition of struct timeval.

Signed-off-by: Erik van Konijnenburg <ekonijn@xs4all.nl>
diff --git a/ipconfig/main.c b/ipconfig/main.c
index 84620d6..86827ce 100644
--- a/ipconfig/main.c
+++ b/ipconfig/main.c
@@ -10,6 +10,7 @@
 #include <time.h>
 #include <arpa/inet.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <dirent.h>
 #include <fcntl.h>
 #include <unistd.h>	/* for getopts */