diff options
author | Chris Robinson <[email protected]> | 2013-10-28 11:26:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-28 11:26:26 -0700 |
commit | 2912d130c26056f21e938bbd776bbe8583c055cd (patch) | |
tree | db62c19bd4d9c96adbb9daf9b1d4067eef652e5b /Alc/threads.c | |
parent | 034935b2e16a5886377018de973e90490102ca90 (diff) |
Separate compatibility declarations
Diffstat (limited to 'Alc/threads.c')
-rw-r--r-- | Alc/threads.c | 1 |
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" |