diff options
Diffstat (limited to '')
-rw-r--r-- | util/ChangeLog | 4 | ||||
-rw-r--r-- | util/http.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 462d4c60c..9720f3ced 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 20 11:44:21 CET 1999 Werner Koch <[email protected]> + + * http.c: Swapped to includes. + Tue Mar 2 16:44:57 CET 1999 Werner Koch <[email protected]> * strgutil.c (get_native_charset): New. diff --git a/util/http.c b/util/http.c index 22f13938d..bdbfa41d3 100644 --- a/util/http.c +++ b/util/http.c @@ -29,8 +29,9 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/time.h> -#include <arpa/inet.h> +#include <time.h> #include <netinet/in.h> +#include <arpa/inet.h> #include <netdb.h> #include "util.h" |