summaryrefslogtreecommitdiff
path: root/log-internal.h
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 /log-internal.h
parentef5e65a484406586c161f3e7bf7eafc162ee858e (diff)
downloadlibevent-fbe64f216cbcf3980e436ca6bb708416c4d856a4.tar.gz
Use relative includes instead of system includes consistently.
Diffstat (limited to 'log-internal.h')
-rw-r--r--log-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log-internal.h b/log-internal.h
index d150e209..c1905aea 100644
--- a/log-internal.h
+++ b/log-internal.h
@@ -27,7 +27,7 @@
#ifndef _LOG_H_
#define _LOG_H_
-#include <event2/util.h>
+#include "event2/util.h"
#ifdef __GNUC__
#define EV_CHECK_FMT(a,b) __attribute__((format(printf, a, b)))