From 591e21a2ebd105c33127d4a792d4d0e1a083fcfc Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Sep 2016 11:26:25 +0200 Subject: osdep: rename atomics.h to atomic.h The standard header is stdatomic.h, so the extra "s" freaks me out every time I look at it. --- audio/out/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/internal.h') diff --git a/audio/out/internal.h b/audio/out/internal.h index fdbb423f52..319881b194 100644 --- a/audio/out/internal.h +++ b/audio/out/internal.h @@ -21,7 +21,7 @@ #include #include -#include "osdep/atomics.h" +#include "osdep/atomic.h" #include "audio/out/ao.h" /* global data used by ao.c and ao drivers */ -- cgit v1.2.3