提交 aed9934b 编写于 作者: T Tiana Rakotovao Andriamahefa 提交者: Michal Marek

kconfig: fix a compiliation error when using make xconfig

When using make xconfig, the following compilation error appears :
   /usr/include/qt3/qvaluelist.h:427:13: error: ‘ptrdiff_t’ does not name a type
Including stddef.h in scripts/kconfig/qconf.cc permits to avoid this error.
Signed-off-by: NTiana Rakotovao Andriamahefa <rkmahefa@gmail.com>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 c5ffa130
......@@ -6,6 +6,7 @@
#include <qglobal.h>
#if QT_VERSION < 0x040000
#include <stddef.h>
#include <qmainwindow.h>
#include <qvbox.h>
#include <qvaluelist.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册