From: Jay Freeman (saurik) Date: Mon, 13 Aug 2018 10:35:52 +0000 (-0700) Subject: Fix header file (to compile with modernish Xcode). X-Git-Url: https://git.saurik.com/apt-legacy.git/commitdiff_plain/25d34b29b52b7f30f6a2957b0827749ed95ccac5 Fix header file (to compile with modernish Xcode). --- diff --git a/methods/http.cc b/methods/http.cc index 6de79fa..3fb211f 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -53,7 +53,7 @@ #include #include #include -#include +#include #include #include "config.h"