fix(lib): fix api header C++ interop (#3534)
This commit is contained in:
parent
6dd459b4ab
commit
3c7c17b00b
1 changed files with 4 additions and 4 deletions
|
|
@ -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 */
|
||||
/****************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue