]> granicus.if.org Git - libevent/commitdiff
add limits.h to event_tagging.c so opensolaris will build
authorNick Mathewson <nickm@torproject.org>
Thu, 14 Oct 2010 17:16:00 +0000 (13:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 Oct 2010 17:16:00 +0000 (13:16 -0400)
event_tagging.c

index 2e31b8253c8383ce7fe78c991e0c40db758e0cbb..009d9b273fd3966383e72322fd045db3826e7ede 100644 (file)
@@ -58,6 +58,7 @@
 #ifdef _EVENT_HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#include <limits.h>
 
 #include "event2/event.h"
 #include "event2/tag.h"