summaryrefslogtreecommitdiff
path: root/src/io_object.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-12-15 17:49:40 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-12-15 17:49:40 +0100
commit2cef05d86976784f4bc1083cb0fa548e267ac132 (patch)
tree3c829a1bbf9f31742fe09111f8e8f1e35ded017c /src/io_object.hpp
parent14b112301e62af5115ab870d97ae448c2e3deddb (diff)
reconnection mechanism added to tcp transport
Diffstat (limited to 'src/io_object.hpp')
-rw-r--r--src/io_object.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io_object.hpp b/src/io_object.hpp
index 2ed5e24..7b66687 100644
--- a/src/io_object.hpp
+++ b/src/io_object.hpp
@@ -22,6 +22,7 @@
#include <stddef.h>
+#include "stdint.hpp"
#include "poller.hpp"
#include "i_poll_events.hpp"