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-rpcc.c | |
| parent | 940294e0758239f337f76f3c0f096a8cd632f2ca (diff) | |
| download | skabus-09df9126668cc99daa756442ae60bbf9c176eda1.tar.gz | |
Get rid of webipc.h
Diffstat (limited to 'src/rpc/skabus-rpcc.c')
| -rw-r--r-- | src/rpc/skabus-rpcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/skabus-rpcc.c b/src/rpc/skabus-rpcc.c index 5890fde..58d0cab 100644 --- a/src/rpc/skabus-rpcc.c +++ b/src/rpc/skabus-rpcc.c @@ -29,7 +29,7 @@ #include <skalibs/tai.h> #include <skalibs/iopause.h> #include <skalibs/env.h> -#include <skalibs/webipc.h> +#include <skalibs/socket.h> #include <skalibs/gensetdyn.h> #include <skalibs/genqdyn.h> #include <skalibs/skamisc.h> |
