aboutsummaryrefslogtreecommitdiffstats
path: root/common/http.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-11-28 16:36:02 +0000
committerWerner Koch <[email protected]>2006-11-28 16:36:02 +0000
commit252b668814dc419be37223b3fc75a661ff656f60 (patch)
treefe51bf585a57cc3325f3e488eea5992344926ed3 /common/http.c
parent * openfile.c (ask_outfile_name): Fixed buffer overflow occurring (diff)
downloadgnupg-252b668814dc419be37223b3fc75a661ff656f60.tar.gz
gnupg-252b668814dc419be37223b3fc75a661ff656f60.zip
Preparing 2.0.1
Diffstat (limited to 'common/http.c')
-rw-r--r--common/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/http.c b/common/http.c
index 3720b00af..6a015d1b3 100644
--- a/common/http.c
+++ b/common/http.c
@@ -70,6 +70,7 @@ typedef gnutls_transport_ptr gnutls_transport_ptr_t;
#endif
#include "util.h"
+#include "i18n.h"
#include "http.h"
#ifdef USE_DNS_SRV
#include "srv.h"