diff options
Diffstat (limited to 'src/common/socket.hpp')
-rw-r--r-- | src/common/socket.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/socket.hpp b/src/common/socket.hpp index c5db89c..d7c6b9c 100644 --- a/src/common/socket.hpp +++ b/src/common/socket.hpp @@ -7,6 +7,7 @@ # include <cstdio> +# include "utils.hpp" # include "timer.t.hpp" // Struct declaration @@ -14,7 +15,7 @@ struct socket_data { /// Checks whether a newly-connected socket actually does anything - time_t created; + TimeT created; bool connected; /// Flag needed since structure must be freed in a server-dependent manner |