mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-28 20:45:12 +00:00
Fixed err.h error
This commit is contained in:
parent
03909ad59b
commit
e3531378b5
@ -28,7 +28,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
#include <zlib.h>
|
||||
#include <err.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
@ -37,6 +36,7 @@
|
||||
#include "windows.h"
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <err.h>
|
||||
#include <arpa/nameser.h>
|
||||
#ifdef DARWIN
|
||||
#define BIND_8_COMPAT
|
||||
|
Loading…
Reference in New Issue
Block a user