Skip to content

Commit 2ec6f02

Browse files
authored
Include stdbool.h for c-api
the c-api needs stdbool included
1 parent cc7318f commit 2ec6f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GekkoLib/include/gekkonet.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*/
2727
#pragma once
2828

29+
#include <stdbool.h>
30+
2931
#ifdef __cplusplus
3032
extern "C" {
3133
#endif

0 commit comments

Comments
 (0)