Skip to content

Commit fe7bc5a

Browse files
committed
Fix missing include
1 parent 1157bcb commit fe7bc5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/boards/common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef COMMON_H
22
#define COMMON_H
33

4+
#include <cjson/cJSON.h>
45
#include <stdbool.h>
56

67
cJSON *detect_board();

0 commit comments

Comments
 (0)