@@ -28,6 +28,10 @@ Namespace monkey
#import "<liblog.a>"
#endif
+#If __TARGET__="raspbian" Or __TARGET__="linux"
+#Import "<libpthread.a>"
+#endif
+
#Import "types"
#Import "math"
#Import "debug"
@@ -11,10 +11,6 @@ Namespace std.async
#Import "native/Monkey2Async.java"
#Endif
-#If __TARGET__="raspbian" Or __TARGET__="linux"
-#Import "<libpthread.a>" 'WTH? Didn't used to need this!
-#Endif
-
Extern
#rem monkeydoc @hidden