diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/qconf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index df274febb3e5..1500c38f0cca 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc | |||
@@ -6,6 +6,7 @@ | |||
6 | #include <qglobal.h> | 6 | #include <qglobal.h> |
7 | 7 | ||
8 | #if QT_VERSION < 0x040000 | 8 | #if QT_VERSION < 0x040000 |
9 | #include <stddef.h> | ||
9 | #include <qmainwindow.h> | 10 | #include <qmainwindow.h> |
10 | #include <qvbox.h> | 11 | #include <qvbox.h> |
11 | #include <qvaluelist.h> | 12 | #include <qvaluelist.h> |