Reorder headers to avoid dependency issues (required for NetBSD)

This commit is contained in:
Florian Zeitz 2012-01-16 23:31:44 +01:00
parent a433727bd5
commit 75354159c1
2 changed files with 1 additions and 2 deletions

View file

@ -20,6 +20,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>

View file

@ -27,10 +27,8 @@
#include <assert.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <resolv.h>
#include <sys/types.h>
#include <openssl/rand.h>