mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 01:31:30 +00:00
9 lines
99 B
C
9 lines
99 B
C
#pragma once
|
|
|
|
#ifndef _WINDOWS
|
|
|
|
#include <sys/time.h>
|
|
#include <netinet/in.h>
|
|
|
|
#endif // !_WINDOWS
|