]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/threading/semaphore.h
Rename and move basicmacros.h to util/basic_macros.h
[dragonfireclient.git] / src / threading / semaphore.h
index 736f2bc784d145d8801939e587f3b7aef57d28d2..822856396c7cf9d5699bde46f434ff41d67a2092 100644 (file)
@@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
        #include <semaphore.h>
 #endif
 
-#include "basicmacros.h"
+#include "util/basic_macros.h"
 
 class Semaphore {
 public: