1 Commits

Author SHA1 Message Date
4ling.cn
7756d2e195 fix compile warning 2024-03-12 10:50:25 +00:00
2 changed files with 2 additions and 0 deletions

View File

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

View File

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