From 9439ca0e8c0cb2523b756a4675f3fd1c69ce7eac Mon Sep 17 00:00:00 2001
From: "Jay Freeman (saurik)" <saurik@saurik.com>
Date: Mon, 13 Aug 2018 04:01:13 -0700
Subject: [PATCH] Fix compilation of http when embedding into Cydia.

---
 methods/http.cc | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/methods/http.cc b/methods/http.cc
index cf26f6a..c54294e 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -57,15 +57,13 @@
 #include <SystemConfiguration/SystemConfiguration.h>
 
 #include "config.h"
-#include "connect.h"
-#include "rfc2553emu.h"
 #include "http.h"
 									/*}}}*/
 using namespace std;
 
-CFStringRef Firmware_;
-const char *Machine_;
-CFStringRef UniqueID_;
+static CFStringRef Firmware_;
+static const char *Machine_;
+static CFStringRef UniqueID_;
 
 void CfrsError(const char *name, CFReadStreamRef rs) {
     CFStreamError se = CFReadStreamGetError(rs);
-- 
2.49.0