mirror of https://github.com/getdnsapi/getdns.git
Fix libuv.c dependencies
This commit is contained in:
parent
5663f914fb
commit
c8a9da69ea
|
@ -31,9 +31,9 @@
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "getdns/getdns_ext_libev.h"
|
|
||||||
#include "types-internal.h"
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "types-internal.h"
|
||||||
|
#include "getdns/getdns_ext_libev.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBEV_EV_H
|
#ifdef HAVE_LIBEV_EV_H
|
||||||
#include <libev/ev.h>
|
#include <libev/ev.h>
|
||||||
|
|
|
@ -31,10 +31,10 @@
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
#include "types-internal.h"
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include "getdns/getdns_ext_libevent.h"
|
#include "getdns/getdns_ext_libevent.h"
|
||||||
#include "types-internal.h"
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_EVENT2_EVENT_H
|
#ifdef HAVE_EVENT2_EVENT_H
|
||||||
# include <event2/event.h>
|
# include <event2/event.h>
|
||||||
|
|
|
@ -32,9 +32,10 @@
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "extension/libmini_event.h"
|
#include "config.h"
|
||||||
#include "context.h"
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
#include "types-internal.h"
|
||||||
|
#include "extension/libmini_event.h"
|
||||||
#if defined(SCHED_DEBUG) && SCHED_DEBUG
|
#if defined(SCHED_DEBUG) && SCHED_DEBUG
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -32,9 +32,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "debug.h"
|
||||||
|
#include "types-internal.h"
|
||||||
#include <uv.h>
|
#include <uv.h>
|
||||||
#include "getdns/getdns_ext_libuv.h"
|
#include "getdns/getdns_ext_libuv.h"
|
||||||
#include "debug.h"
|
|
||||||
|
|
||||||
#define UV_DEBUG 0
|
#define UV_DEBUG 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue