aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/threads.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-10-28 11:26:26 -0700
committerChris Robinson <[email protected]>2013-10-28 11:26:26 -0700
commit2912d130c26056f21e938bbd776bbe8583c055cd (patch)
treedb62c19bd4d9c96adbb9daf9b1d4067eef652e5b /Alc/threads.c
parent034935b2e16a5886377018de973e90490102ca90 (diff)
Separate compatibility declarations
Diffstat (limited to 'Alc/threads.c')
-rw-r--r--Alc/threads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/threads.c b/Alc/threads.c
index 40586575..1f7e3a6c 100644
--- a/Alc/threads.c
+++ b/Alc/threads.c
@@ -23,6 +23,7 @@
#include "threads.h"
#include <stdlib.h>
+#include <errno.h>
#include "alMain.h"
#include "alThunk.h"