From 852c9d13e51ea60230dd18c9a29c614973fda963 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 28 Jun 2019 20:32:32 +0200 Subject: Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename sempahore.h to sem.h --- test/semaphoretest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/semaphoretest.cc') diff --git a/test/semaphoretest.cc b/test/semaphoretest.cc index c99e9a6..470b5a0 100644 --- a/test/semaphoretest.cc +++ b/test/semaphoretest.cc @@ -31,7 +31,7 @@ #include #include -#include "../src/semaphore.h" +#include "../src/sem.h" std::chrono::nanoseconds dist(const std::chrono::duration& a, const std::chrono::duration& b) -- cgit v1.2.3