summaryrefslogtreecommitdiff
path: root/evthread_pthread.c
diff options
context:
space:
mode:
authorKevin Bowling <kevin.bowling@kev009.com>2011-01-02 08:43:45 -0700
committerKevin Bowling <kevin.bowling@kev009.com>2011-01-02 08:43:45 -0700
commit0915ca0aa64edac92b05c2dfcf6b11d1b1753321 (patch)
tree899e5197b54eab081827f3eb5b11ff0518622ef0 /evthread_pthread.c
parentf6d66bc7167a5b1249cf5a82196547ebe1077d83 (diff)
downloadlibevent-0915ca0aa64edac92b05c2dfcf6b11d1b1753321.tar.gz
Include evconfig-private.h in internal files for great good.
Diffstat (limited to 'evthread_pthread.c')
-rw-r--r--evthread_pthread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/evthread_pthread.c b/evthread_pthread.c
index 0eb363e9..b806922a 100644
--- a/evthread_pthread.c
+++ b/evthread_pthread.c
@@ -24,11 +24,11 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "event2/event-config.h"
+#include "evconfig-private.h"
-/* With glibc we need to define this to get PTHREAD_MUTEX_RECURSIVE.
- * _GNU_SOURCE, now from event-private
+/* With glibc we need to define _GNU_SOURCE to get PTHREAD_MUTEX_RECURSIVE.
+ * This comes from evconfig-private.h
*/
-#include "evconfig-private.h"
#include <pthread.h>
struct event_base;