Skip to content

Commit f4890b7

Browse files
committed
Relax requirements on export.h in C API
1 parent 38e9a7f commit f4890b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/libbndl/bundle.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#ifdef __cplusplus
33
#include <libbndl/bundle.hpp>
44
#endif
5+
#ifndef LIBBNDL_EXPORT
56
#include <libbndl/internal/export.h>
7+
#endif
68
#include <stdbool.h>
79
#include <stdint.h>
810

0 commit comments

Comments
 (0)