diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-09 18:33:07 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-09 18:33:07 +0000 |
| commit | 09df9126668cc99daa756442ae60bbf9c176eda1 (patch) | |
| tree | 966b8e7f86088c10539dd83cc8ac2348394a0e51 /src/rpc/skabus_rpccctl.c | |
| parent | 940294e0758239f337f76f3c0f096a8cd632f2ca (diff) | |
| download | skabus-09df9126668cc99daa756442ae60bbf9c176eda1.tar.gz | |
Get rid of webipc.h
Diffstat (limited to 'src/rpc/skabus_rpccctl.c')
| -rw-r--r-- | src/rpc/skabus_rpccctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/skabus_rpccctl.c b/src/rpc/skabus_rpccctl.c index 1c63bdb..d3ee6ef 100644 --- a/src/rpc/skabus_rpccctl.c +++ b/src/rpc/skabus_rpccctl.c @@ -11,7 +11,7 @@ #include <skalibs/uint32.h> #include <skalibs/stralloc.h> #include <skalibs/djbunix.h> -#include <skalibs/webipc.h> +#include <skalibs/socket.h> #include <skalibs/textmessage.h> #include <skabus/rpc.h> |
