8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
/* fix for broken ultrix sys/socket.h. */
|
||
|
#ifndef __SOCKET_H__
|
||
|
#define __SOCKET_H__
|
||
|
|
||
|
#include "/usr/include/sys/socket.h"
|
||
|
|
||
|
#endif /* __SOCKET_H__ */
|