1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 01:26:39 +02:00

Fix Windows

This commit is contained in:
Adam
2012-09-02 08:30:54 -04:00
parent e3d5140dcc
commit 1af64a9bbb
45 changed files with 152 additions and 115 deletions
+2
View File
@@ -13,7 +13,9 @@
#include "threadengine.h"
#include "anope.h"
#ifndef _WIN32
#include <pthread.h>
#endif
static inline pthread_attr_t *get_engine_attr()
{