From f2763fa864a0d84c5ec9433a8693b7815a89f400 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 14 Oct 2010 13:16:00 -0400 Subject: [PATCH] add limits.h to event_tagging.c so opensolaris will build --- event_tagging.c | 1 + 1 file changed, 1 insertion(+) diff --git a/event_tagging.c b/event_tagging.c index 2e31b825..009d9b27 100644 --- a/event_tagging.c +++ b/event_tagging.c @@ -58,6 +58,7 @@ #ifdef _EVENT_HAVE_UNISTD_H #include #endif +#include #include "event2/event.h" #include "event2/tag.h" -- 2.40.0