add limits.h to event_tagging.c so opensolaris will build

This commit is contained in:
Nick Mathewson 2010-10-14 13:16:00 -04:00
parent 5e4bafbb89
commit f2763fa864

View 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"