10 lines
125 B
C
10 lines
125 B
C
|
#pragma once
|
||
|
|
||
|
#include <inttypes.h>
|
||
|
#include <netinet/in.h>
|
||
|
|
||
|
struct hostent;
|
||
|
struct netent;
|
||
|
struct protoent;
|
||
|
struct servent;
|