more header change for nss.

git-svn-id: file:///svn/unbound/trunk@2831 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2013-01-30 15:35:23 +00:00
parent ffab065d1e
commit f2dc71b465

View file

@ -95,7 +95,11 @@
# endif /* USE_WINSOCK */
#else /* USE_MINI_EVENT */
/* we use libevent */
# include <event.h>
# ifdef HAVE_EVENT_H
# include <event.h>
# else
# include "event.h"
# endif
#endif /* USE_MINI_EVENT */
/**