fix compile warning

This commit is contained in:
4ling.cn
2024-03-12 10:50:25 +00:00
parent 7a2d2b5020
commit 7756d2e195
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#include <sys/fcntl.h>
#include <unistd.h>
#include "cJSON.h"

View File

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
#include "osfp_common.h"