From 57408cb30e19f535e59dc2f47418e032dbe59076 Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 10 Aug 2008 13:40:08 +0000 Subject: [PATCH] Qt: Really define OS_ID on ARCH_QT git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1599 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/os.h | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.25.1