diff options
Diffstat (limited to 'src/threading/semaphore.h')
-rw-r--r-- | src/threading/semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threading/semaphore.h b/src/threading/semaphore.h index 736f2bc78..822856396 100644 --- a/src/threading/semaphore.h +++ b/src/threading/semaphore.h @@ -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: |