Browse Source

Fixed MinGW build.

Branimir Karadžić 9 years ago
parent
commit
8a97cb3c40
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/bx/sem.h

+ 2 - 1
include/bx/sem.h

@@ -7,7 +7,6 @@
 #define BX_SEM_H_HEADER_GUARD
 #define BX_SEM_H_HEADER_GUARD
 
 
 #include "bx.h"
 #include "bx.h"
-#include "mutex.h"
 
 
 #if BX_CONFIG_SUPPORTS_THREADING
 #if BX_CONFIG_SUPPORTS_THREADING
 
 
@@ -23,6 +22,8 @@
 #	include <limits.h>
 #	include <limits.h>
 #endif // BX_PLATFORM_
 #endif // BX_PLATFORM_
 
 
+#include "mutex.h"
+
 namespace bx
 namespace bx
 {
 {
 	///
 	///