summaryrefslogtreecommitdiff
path: root/minheap-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-04-30 23:49:15 +0000
committerNick Mathewson <nickm@torproject.org>2009-04-30 23:49:15 +0000
commitebf294559e47717872fb7cc31764bcfba2d0e840 (patch)
tree682c96238ff306c84d49c11d768e8071f8121640 /minheap-internal.h
parent7f9678079fdef0a1373b91dc4c8a7df62763f673 (diff)
downloadlibevent-ebf294559e47717872fb7cc31764bcfba2d0e840.tar.gz
Compilation fixes for vc++ 2008 express. Not the end of them.
svn:r1260
Diffstat (limited to 'minheap-internal.h')
-rw-r--r--minheap-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/minheap-internal.h b/minheap-internal.h
index 3b287043..56c87ecd 100644
--- a/minheap-internal.h
+++ b/minheap-internal.h
@@ -28,9 +28,11 @@
#ifndef _MIN_HEAP_H_
#define _MIN_HEAP_H_
+#include "event-config.h"
#include "event2/event.h"
#include "event2/event_struct.h"
#include "event2/util.h"
+#include "util-internal.h"
typedef struct min_heap
{