aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-03-20 10:53:39 +0000
committerWerner Koch <[email protected]>1999-03-20 10:53:39 +0000
commitfb8dbdbd95ecad16676ae717df38e06e0a1e40ec (patch)
treee2cdda28c57d62deef9fb87981cc1b49f064a4c3 /util
parentSee ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch (diff)
downloadgnupg-fb8dbdbd95ecad16676ae717df38e06e0a1e40ec.tar.gz
gnupg-fb8dbdbd95ecad16676ae717df38e06e0a1e40ec.zip
See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch
Diffstat (limited to 'util')
-rw-r--r--util/ChangeLog4
-rw-r--r--util/http.c3
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"