From a40df83bae2a8e018ac9e27827012347f3105725 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Dec 2014 14:40:13 +0100 Subject: lua: cosmetics: fix some include directives Apparently, the atomics were used by the win32 subprocess code. This code was moved to a separate file, but the atomics.h include was forgotten. --- player/lua.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/player/lua.c b/player/lua.c index 992c237867..1110137c68 100644 --- a/player/lua.c +++ b/player/lua.c @@ -24,13 +24,12 @@ #include #include -#include "osdep/io.h" -#include "osdep/atomics.h" - #include #include #include +#include "osdep/io.h" + #include "talloc.h" #include "common/common.h" -- cgit v1.2.3