From: Jay Freeman (saurik) Date: Mon, 13 Aug 2018 11:56:27 +0000 (-0700) Subject: Fix compilation of cydo (was broken for Extender). X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8edf47f3ce1b928e15a5b056463d4665694cfb41 Fix compilation of cydo (was broken for Extender). --- diff --git a/cydo.cpp b/cydo.cpp index d6e6f758..2b76ac43 100644 --- a/cydo.cpp +++ b/cydo.cpp @@ -19,6 +19,8 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include #include @@ -32,6 +34,9 @@ #include +struct timeval _ltv; +bool _itv; + typedef Function LaunchDataIterator; void launch_data_dict_iterate(launch_data_t data, LaunchDataIterator code) {