summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/atomic.h (renamed from osdep/atomics.h)4
-rw-r--r--osdep/subprocess-win.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/osdep/atomics.h b/osdep/atomic.h
index 1d5134f646..9028a504eb 100644
--- a/osdep/atomics.h
+++ b/osdep/atomic.h
@@ -16,8 +16,8 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MP_ATOMICS_H
-#define MP_ATOMICS_H
+#ifndef MP_ATOMIC_H
+#define MP_ATOMIC_H
#include <inttypes.h>
#include "config.h"
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"