mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +01:00
minor: add missing include in defs/call.h
This commit is contained in:
parent
a324ce792a
commit
09ad6b0b31
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
#define GINT_DEFS_CALL
|
#define GINT_DEFS_CALL
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <gint/defs/attributes.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in a new issue