diff options
Diffstat (limited to 'src/net/socket.cpp')
-rw-r--r-- | src/net/socket.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/socket.cpp b/src/net/socket.cpp index 6e523de..548d3c6 100644 --- a/src/net/socket.cpp +++ b/src/net/socket.cpp @@ -42,6 +42,9 @@ #include "../poison.hpp" + +namespace tmwa +{ static io::FD_Set readfds; static @@ -485,3 +488,4 @@ void do_parsepacket(void) RFIFOFLUSH(s); } } +} // namespace tmwa |