From 8edf47f3ce1b928e15a5b056463d4665694cfb41 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 13 Aug 2018 04:56:27 -0700 Subject: [PATCH] Fix compilation of cydo (was broken for Extender). --- cydo.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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) { -- 2.45.2