Skip to content

Commit ad5f301

Browse files
committed
Fix linux build
1 parent 47a7c25 commit ad5f301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/np_embed.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ extern "C" {
115115
#endif
116116
#endif
117117
#ifdef __linux
118+
#include <features.h>
119+
#undef __USE_EXTERN_INLINES
118120
#define _BITS_STDIO_H
119121
#endif
120122
#include <stdio.h>

0 commit comments

Comments
 (0)