diff options
Diffstat (limited to 'src/io/fd.cpp')
-rw-r--r-- | src/io/fd.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/io/fd.cpp b/src/io/fd.cpp index 4fc33e9..4c61a6f 100644 --- a/src/io/fd.cpp +++ b/src/io/fd.cpp @@ -25,6 +25,9 @@ #include "../poison.hpp" + +namespace tmwa +{ namespace io { FD FD::open(ZString path, int flags, int mode) @@ -163,3 +166,4 @@ namespace io timeout, sigmask); } } // namespace io +} // namespace tmwa |