Qt: Really define OS_ID on ARCH_QT
[bertos.git] / bertos / cfg / os.h
index cc1ebe696989011005908e04b0c13de6ef9ca2a6..41a1ef7a7be9ce6fd58e9cb435ffd123c2ce76ba 100644 (file)
        #define OS_DARWIN 0
 #endif
 
+
+#include <cfg/cfg_arch.h> /* 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.