summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_connecter.hpp')
-rw-r--r--src/ipc_connecter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp
index 84c50fa..2a874bc 100644
--- a/src/ipc_connecter.hpp
+++ b/src/ipc_connecter.hpp
@@ -29,7 +29,7 @@
#include "own.hpp"
#include "stdint.hpp"
#include "io_object.hpp"
-#include "ipc_address.hpp"
+#include "address.hpp"
namespace xs
{
@@ -88,7 +88,7 @@ namespace xs
fd_t connect ();
// Address to connect to.
- ipc_address_t address;
+ address_t address;
// Underlying socket.
fd_t s;