aboutsummaryrefslogtreecommitdiff
path: root/lib/sys_socket.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-19 14:22:22 +0200
committerThomas White <taw@physics.org>2014-08-19 14:47:44 +0200
commit7ae6605846ecc70c937fca31b2133082aae055df (patch)
tree00bcacb21248f86caf91a02c55bc5178a52cd27f /lib/sys_socket.c
parent1a532028cb2f2df6f12e518bdf6d3425bbb28b08 (diff)
Use Gnulib forkpty()
Diffstat (limited to 'lib/sys_socket.c')
-rw-r--r--lib/sys_socket.c3
1 files changed, 3 insertions, 0 deletions
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 <config.h>
+#define _GL_SYS_SOCKET_INLINE _GL_EXTERN_INLINE
+#include "sys/socket.h"