diff options
Diffstat (limited to 'common/http.h')
-rw-r--r-- | common/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/http.h b/common/http.h index 28a5304eb..e7120f561 100644 --- a/common/http.h +++ b/common/http.h @@ -22,7 +22,7 @@ #include <gpg-error.h> #ifdef HTTP_USE_ESTREAM -#include "estream.h" +#include "../common/estream.h" #endif struct uri_tuple_s { |