minor: add missing include in defs/call.h

This commit is contained in:
Lephenixnoir 2024-12-16 13:15:07 +01:00 committed by Chen-Zhanming
parent 444ab2dd8b
commit f427620103

View file

@ -12,6 +12,7 @@
#define GINT_DEFS_CALL
#include <stdbool.h>
#include <gint/defs/attributes.h>
#ifdef __cplusplus
extern "C" {