mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-30 03:19:35 -05:00
more header change for nss.
git-svn-id: file:///svn/unbound/trunk@2831 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ffab065d1e
commit
f2dc71b465
1 changed files with 5 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue