mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-04 05:43:33 +03:00
parent
8384da195d
commit
5dbe640ec5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#ifdef WINDOWS32
|
||||
#include "windows.h"
|
||||
|
@ -36,6 +35,7 @@
|
|||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
#include <netdb.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue