mirror of
https://review.haiku-os.org/haiku
synced 2025-02-02 11:46:25 +01:00
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 */
|