diff options
author | Werner Koch <[email protected]> | 1999-03-20 10:53:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-03-20 10:53:39 +0000 |
commit | fb8dbdbd95ecad16676ae717df38e06e0a1e40ec (patch) | |
tree | e2cdda28c57d62deef9fb87981cc1b49f064a4c3 /util/http.c | |
parent | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch (diff) | |
download | gnupg-fb8dbdbd95ecad16676ae717df38e06e0a1e40ec.tar.gz gnupg-fb8dbdbd95ecad16676ae717df38e06e0a1e40ec.zip |
See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch
Diffstat (limited to 'util/http.c')
-rw-r--r-- | util/http.c | 3 |
1 files changed, 2 insertions, 1 deletions
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" |