summaryrefslogtreecommitdiff
path: root/src/conn-tools/s6-ipcclient.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-09 18:27:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-09 18:27:43 +0000
commitdd4afee4a8ea8c44126c44b31c6f1a36582d0964 (patch)
tree9ca57ff17554b33edc6a86be5e736bdc833f4158 /src/conn-tools/s6-ipcclient.c
parentfddebb529fb620a9e038340fc554ec2e543802be (diff)
downloads6-dd4afee4a8ea8c44126c44b31c6f1a36582d0964.tar.xz
Get rid of webipc.h
Diffstat (limited to 'src/conn-tools/s6-ipcclient.c')
-rw-r--r--src/conn-tools/s6-ipcclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-tools/s6-ipcclient.c b/src/conn-tools/s6-ipcclient.c
index 0b17853..1ec68dd 100644
--- a/src/conn-tools/s6-ipcclient.c
+++ b/src/conn-tools/s6-ipcclient.c
@@ -5,7 +5,7 @@
#include <skalibs/sgetopt.h>
#include <skalibs/strerr2.h>
#include <skalibs/djbunix.h>
-#include <skalibs/webipc.h>
+#include <skalibs/socket.h>
#include <skalibs/exec.h>
#define USAGE "s6-ipcclient [ -q | -Q | -v ] [ -p bindpath ] [ -l localname ] path prog..."