8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
/* fix for broken ultrix netdb.h. */
|
|
#ifndef __NETDB_H__
|
|
#define __NETDB_H__
|
|
|
|
#include "/usr/include/netdb.h"
|
|
|
|
#endif /* __NETDB_H__ */
|