From 137ea74052d54a8741bc7752478daaa8f19becda Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Thu, 25 Jul 2019 11:03:55 -0500 Subject: [PATCH] sys/sem.h: fix path to atomic.h Use of old location produces a compiler warning. Signed-off-by: Peter A. Bigot --- include/sys/sem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/sem.h b/include/sys/sem.h index 53d9f0434b9..94e0b15f46d 100644 --- a/include/sys/sem.h +++ b/include/sys/sem.h @@ -20,7 +20,7 @@ */ #include -#include +#include #include #ifdef __cplusplus