diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-23 11:38:18 +0200 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-12-08 23:31:29 +0900 |
| commit | 78cb09078352d032b12e2af7feb9b5b7f0fa794c (patch) | |
| tree | bd0ffd4d22fac4340186efec5aaa6b688114b163 /scripts/kconfig/confdata.c | |
| parent | f463269fb940d2a4259169b1e87aab8d259a9ec4 (diff) | |
| download | cachepc-linux-78cb09078352d032b12e2af7feb9b5b7f0fa794c.tar.gz cachepc-linux-78cb09078352d032b12e2af7feb9b5b7f0fa794c.zip | |
kconfig: clean up header inclusion
- Add missing includes.
- Remove no longer necessary includes.
Signed-off-by: Boris Kolpackov <boris@codesynthesis.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig/confdata.c')
| -rw-r--r-- | scripts/kconfig/confdata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index a39d93e3c6ae..2568dbe16ed6 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -5,6 +5,7 @@ #include <sys/mman.h> #include <sys/stat.h> +#include <sys/types.h> #include <ctype.h> #include <errno.h> #include <fcntl.h> |
