From aed9934bf182c049d966bd106ad7e2b43c46c718 Mon Sep 17 00:00:00 2001 From: Tiana Rakotovao Andriamahefa Date: Thu, 24 Jan 2013 16:20:39 +0000 Subject: [PATCH] kconfig: fix a compiliation error when using make xconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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: Tiana Rakotovao Andriamahefa Signed-off-by: Michal Marek --- Reading git-format-patch failed