mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-12 12:08:44 +01:00
Fix compile error on openwrt_master
This commit is contained in:
parent
29fb115d1d
commit
0537fff722
2 changed files with 4 additions and 0 deletions
3
config.c
3
config.c
|
|
@ -17,6 +17,9 @@
|
|||
#include <uci.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include "cwmp.h"
|
||||
#include "backupSession.h"
|
||||
#include "xml.h"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include "md5.h"
|
||||
#include "digestauth.h"
|
||||
#include "log.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue