From: bernie Date: Sun, 10 Aug 2008 13:40:08 +0000 (+0000) Subject: Qt: Really define OS_ID on ARCH_QT X-Git-Tag: 2.0.0~335 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=57408cb30e19f535e59dc2f47418e032dbe59076;p=bertos.git Qt: Really define OS_ID on ARCH_QT git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1599 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/os.h b/bertos/cfg/os.h index cc1ebe69..41a1ef7a 100644 --- a/bertos/cfg/os.h +++ b/bertos/cfg/os.h @@ -131,6 +131,9 @@ #define OS_DARWIN 0 #endif + +#include /* For ARCH_QT */ + /* * We want Qt and other frameworks to look like OSes because you would * tipically want their portable abstractions if you're using one of these.