mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 03:43:37 +08:00
scripts/config: fix segfault introduced in r43652
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43695
This commit is contained in:
parent
35a9cb833c
commit
0fa857f3ba
@ -14,6 +14,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <glob.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include "lkc.h"
|
||||
|
||||
|
@ -777,6 +777,7 @@ char *zconftext;
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <glob.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include "lkc.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user