diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-09 18:27:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-09 18:27:43 +0000 |
commit | dd4afee4a8ea8c44126c44b31c6f1a36582d0964 (patch) | |
tree | 9ca57ff17554b33edc6a86be5e736bdc833f4158 /src/conn-tools/s6-ipcclient.c | |
parent | fddebb529fb620a9e038340fc554ec2e543802be (diff) | |
download | s6-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.c | 2 |
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..." |