Merge pull request #1654 from stweil/bool

capi: Fix regression caused by use of bool data type
This commit is contained in:
Egor Pugin 2018-06-09 11:00:11 +03:00 committed by GitHub
commit 000c9864b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
# include "renderer.h"
#else
# include "platform.h"
# include <stdbool.h>
# include <stdio.h>
#endif