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. --- misc/ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/ring.c b/misc/ring.c index 9ba4306511..d72083475d 100644 --- a/misc/ring.c +++ b/misc/ring.c @@ -21,7 +21,7 @@ #include #include #include "mpv_talloc.h" -#include "osdep/atomics.h" +#include "osdep/atomic.h" #include "ring.h" struct mp_ring { -- cgit v1.2.3