commit 1f496e7b32b9d7c16904e37cc30e9429556945f3 from: Omar Polo date: Wed Jul 21 15:39:09 2021 UTC include compat.h before everything else commit - 41b1ed04303fdf8c1ee3ead4a7df286ca6730ff5 commit + 1f496e7b32b9d7c16904e37cc30e9429556945f3 blob - 7ca3e113ed07fc25c310639fd6338303ec8084af blob + ea3d888aae7c6182cdb3b522d2eb407820ae8214 --- telescope.c +++ telescope.c @@ -13,6 +13,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + +#include "compat.h" #include