summaryrefslogtreecommitdiff
path: root/evthread_win32.c
diff options
context:
space:
mode:
authorEvan Jones <evanj@mit.edu>2010-12-02 10:26:12 -0500
committerNick Mathewson <nickm@torproject.org>2010-12-02 11:03:55 -0500
commitfbe64f216cbcf3980e436ca6bb708416c4d856a4 (patch)
treea9d30acf8b5fd4c9e4813120544a8e3c9b579791 /evthread_win32.c
parentef5e65a484406586c161f3e7bf7eafc162ee858e (diff)
downloadlibevent-fbe64f216cbcf3980e436ca6bb708416c4d856a4.tar.gz
Use relative includes instead of system includes consistently.
Diffstat (limited to 'evthread_win32.c')
-rw-r--r--evthread_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evthread_win32.c b/evthread_win32.c
index 9bb35486..bd72be15 100644
--- a/evthread_win32.c
+++ b/evthread_win32.c
@@ -34,7 +34,7 @@
#endif
struct event_base;
-#include <event2/thread.h>
+#include "event2/thread.h"
#include "mm-internal.h"
#include "evthread-internal.h"