diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2008-12-16 15:07:59 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2008-12-16 15:07:59 +0800 |
commit | cc43aad14c5cf914745f4d78938663aa607ca53a (patch) | |
tree | 91dbe58a6f09c630d57a204965a84cf28b1b8629 /src | |
parent | b98ee2ac74b5918b7dce055e16741223bc1c200b (diff) |
Win32: fix build with mingw32 compiler.
Diffstat (limited to 'src')
-rw-r--r-- | src/threads_win32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads_win32.cpp b/src/threads_win32.cpp index 9d219d9..9243f1a 100644 --- a/src/threads_win32.cpp +++ b/src/threads_win32.cpp @@ -1,5 +1,6 @@ #include <windows.h> #include <process.h> +#include <cstdlib> #include "threads.h" |