diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/http.c b/dirmngr/http.c index 0f11af750..3adf6e51e 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -96,8 +96,8 @@ #include <assuan.h> /* We need the socket wrapper. */ -#include "util.h" -#include "i18n.h" +#include "../common/util.h" +#include "../common/i18n.h" #include "dns-stuff.h" #include "http.h" #include "http-common.h" |