diff options
author | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
commit | 1af64a9bbb150b9daae3944d6aae86864c271103 (patch) | |
tree | c24a1ac6793e997f83ac66810b611f88855fcd90 /src/threadengine.cpp | |
parent | e3d5140dcc936ff411c438b7e3997104cb5f085a (diff) |
Fix Windows
Diffstat (limited to 'src/threadengine.cpp')
-rw-r--r-- | src/threadengine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp index d45686586..c3ecdd1b5 100644 --- a/src/threadengine.cpp +++ b/src/threadengine.cpp @@ -13,7 +13,9 @@ #include "threadengine.h" #include "anope.h" +#ifndef _WIN32 #include <pthread.h> +#endif static inline pthread_attr_t *get_engine_attr() { |