Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
widgetii committed Dec 23, 2022
1 parent 1157bcb commit fe7bc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/boards/common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef COMMON_H
#define COMMON_H

#include <cjson/cJSON.h>
#include <stdbool.h>

cJSON *detect_board();
Expand Down

0 comments on commit fe7bc5a

Please sign in to comment.