From a66fe185ab6a3eb7a483fd9888b54ee43328836e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:21:48 +0200 Subject: sock: add socket management functions Remove them from xutils, and add them to socket management. Signed-off-by: Daniel Borkmann --- ct_client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ct_client.c') diff --git a/ct_client.c b/ct_client.c index 1b3057b..50f5df4 100644 --- a/ct_client.c +++ b/ct_client.c @@ -28,6 +28,7 @@ #include "built_in.h" #include "die.h" #include "str.h" +#include "sock.h" #include "ioops.h" #include "xutils.h" #include "curve.h" -- cgit v1.2.3-54-g00ecf