sys/sem.h: fix path to atomic.h

Use of old location produces a compiler warning.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2019-07-25 11:03:55 -05:00 committed by Anas Nashif
commit 137ea74052

View file

@ -20,7 +20,7 @@
*/
#include <kernel.h>
#include <atomic.h>
#include <sys/atomic.h>
#include <zephyr/types.h>
#ifdef __cplusplus