kconfig: split some C files out of zconf.y
[carl9170fw.git] / config / confdata.c
index f6168f2aaeacda3113fd117ddfc710f41721ae55..a143cb3d8bb2cba9b0fd9cfab96c567a0c73ce58 100644 (file)
@@ -1,12 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
- * Released under the terms of the GNU GPL v2.0.
  */
 
 #include <sys/stat.h>
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <limits.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>