Erik van Konijnenburg
2005-May-22 07:52 UTC
[klibc] [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> Index: exec/ipconfig/main.c ==================================================================--- exec.orig/ipconfig/main.c 2005-05-21 14:59:57.000000000 +0200 +++ exec/ipconfig/main.c 2005-05-21 15:05:23.000000000 +0200 @@ -12,6 +12,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 */ --