7 lines
128 B
C
7 lines
128 B
C
|
#ifndef _NET_NETDB_H
|
||
|
#define _NET_NETDB_H
|
||
|
|
||
|
#include <netdb.h> /* should include the posix netdb.h */
|
||
|
|
||
|
#endif /* _NET_NETDB_H */
|