summaryrefslogtreecommitdiffstats
path: root/osdep/subprocess-win.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-07 11:26:25 +0200
committerwm4 <wm4@nowhere>2016-09-07 11:26:25 +0200
commit591e21a2ebd105c33127d4a792d4d0e1a083fcfc (patch)
tree14765300678fa16bff6ca0f47ec6cfbbb866d871 /osdep/subprocess-win.c
parentc6b7a4dacee3067ad00abdb3abf71c7e8eb62e78 (diff)
downloadmpv-591e21a2ebd105c33127d4a792d4d0e1a083fcfc.tar.bz2
mpv-591e21a2ebd105c33127d4a792d4d0e1a083fcfc.tar.xz
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.
Diffstat (limited to 'osdep/subprocess-win.c')
-rw-r--r--osdep/subprocess-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/subprocess-win.c b/osdep/subprocess-win.c
index 614cae663f..3ac0c397aa 100644
--- a/osdep/subprocess-win.c
+++ b/osdep/subprocess-win.c
@@ -21,7 +21,7 @@
#include "osdep/subprocess.h"
#include "osdep/io.h"
-#include "osdep/atomics.h"
+#include "osdep/atomic.h"
#include "mpv_talloc.h"
#include "common/common.h"