support/kconfig: fix compile warning because of missing include.
authorPeter Seiderer <ps.report@gmx.net>
Tue, 29 Oct 2013 21:53:32 +0000 (22:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Oct 2013 17:54:55 +0000 (18:54 +0100)
commit1690fca4648347979d00512891982e4eed74b843
treeecf255580fec3a187637b7019fd80caf9a847fe6
parentf3a2b806dee5e642077ca3fafd67e3b17e09b669
support/kconfig: fix compile warning because of missing include.

With commit b58bf60b519353e983e372f5627d639e7cc72a7a the libgen.h
include was removed from confdata.c, but it is needed for the dirname
function declaration.

Fixes the following compile warning:
./confdata.c: In function ‘conf_split_config’:
./confdata.c:849:6: warning: assignment makes pointer from integer
without a cast

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/kconfig/confdata.c
support/kconfig/patches/14-support-out-of-tree-config.patch