[klibc] [patch 10/12] make struct timeval visible

Erik van Konijnenburg ekonijn at xs4all.nl
Sun May 22 07:52:11 PDT 2005


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

Signed-off-by: Erik van Konijnenburg <ekonijn at 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 */

--



More information about the klibc mailing list