summaryrefslogtreecommitdiff
path: root/evport.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 /evport.c
parentef5e65a484406586c161f3e7bf7eafc162ee858e (diff)
downloadlibevent-fbe64f216cbcf3980e436ca6bb708416c4d856a4.tar.gz
Use relative includes instead of system includes consistently.
Diffstat (limited to 'evport.c')
-rw-r--r--evport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evport.c b/evport.c
index 98d49e56..4301a39c 100644
--- a/evport.c
+++ b/evport.c
@@ -64,7 +64,7 @@
#include <time.h>
#include <unistd.h>
-#include <event2/thread.h>
+#include "event2/thread.h"
#include "evthread-internal.h"
#include "event-internal.h"