[fdb] add missing assert.h include (#229)

This commit is contained in:
benpicco 2023-08-09 15:46:10 +02:00 committed by GitHub
parent a4e68ae965
commit fab8a16180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
#ifndef _FDB_DEF_H_
#define _FDB_DEF_H_
#ifdef FDB_USING_NATIVE_ASSERT
#include <assert.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif