mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 11:53:00 -04:00
Use new-style headers in evdns.c
svn:r1203
This commit is contained in:
parent
4d8919ec44
commit
ac3fc9913a
7
evdns.c
7
evdns.c
@ -98,8 +98,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "evdns.h"
|
||||
#include "evutil.h"
|
||||
#include <event2/dns.h>
|
||||
#include <event2/dns_struct.h>
|
||||
#include <event2/dns_compat.h>
|
||||
#include <event2/util.h>
|
||||
|
||||
#include "log-internal.h"
|
||||
#include "mm-internal.h"
|
||||
#include "strlcpy-internal.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user