From 7ae6605846ecc70c937fca31b2133082aae055df Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 19 Aug 2014 14:22:22 +0200 Subject: Use Gnulib forkpty() --- lib/sys_socket.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/sys_socket.c (limited to 'lib/sys_socket.c') diff --git a/lib/sys_socket.c b/lib/sys_socket.c new file mode 100644 index 00000000..3f017f8f --- /dev/null +++ b/lib/sys_socket.c @@ -0,0 +1,3 @@ +#include +#define _GL_SYS_SOCKET_INLINE _GL_EXTERN_INLINE +#include "sys/socket.h" -- cgit v1.2.3