ca-certificates: update to version 20190110
[openwrt/staging/dedeckeh.git] / scripts / config / zconf.lex.c_shipped
index d604b820c25bf780e9214cbc9bf943d3d5f41527..f1d652829301afa7c7eefce0a244857ce75806f6 100644 (file)
@@ -777,6 +777,7 @@ char *zconftext;
 #include <string.h>
 #include <unistd.h>
 #include <glob.h>
+#include <libgen.h>
 
 #include "lkc.h"
 
@@ -791,8 +792,8 @@ static char *text;
 static int text_size, text_asize;
 
 struct buffer {
-        struct buffer *parent;
-        YY_BUFFER_STATE state;
+       struct buffer *parent;
+       YY_BUFFER_STATE state;
 };
 
 struct buffer *current_buf;