fix(lib): fix api header C++ interop (#3534)

This commit is contained in:
Matt Guerrette 2024-08-18 05:01:13 -04:00 committed by GitHub
parent 6dd459b4ab
commit 3c7c17b00b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@
#endif
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
/****************************/
/* Section - ABI Versioning */
/****************************/