11 lines
115 B
C
11 lines
115 B
C
#ifndef __EXT_SOCKET__
|
|
#define __EXT_SOCKET__
|
|
|
|
#include <sys/socket.h>
|
|
|
|
@socklen_t@
|
|
|
|
#endif /* __EXT_SOCKET__ */
|
|
|
|
|