From df5fc37630cd368254ec5550da704871c115c6a4 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Wed, 19 Jul 2017 19:15:11 -0700 Subject: [PATCH] TxInternal: fix include typo on macOS --- src/GLideNHQ/TxInternal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GLideNHQ/TxInternal.h b/src/GLideNHQ/TxInternal.h index b46acfaf..053d15c6 100644 --- a/src/GLideNHQ/TxInternal.h +++ b/src/GLideNHQ/TxInternal.h @@ -54,7 +54,7 @@ #define GL_COLOR_INDEX8_EXT 0x80E5 #elif defined(OS_MAC_OS_X) #include -#include +#include #ifndef GL_COLOR_INDEX8_EXT #define GL_COLOR_INDEX8_EXT 0x80E5 #endif