diff options
Diffstat (limited to 'src/io/write.cpp')
-rw-r--r-- | src/io/write.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/write.cpp b/src/io/write.cpp index 5993a69..817e6c0 100644 --- a/src/io/write.cpp +++ b/src/io/write.cpp @@ -23,6 +23,8 @@ #include <fcntl.h> #include <unistd.h> +#include <cstdlib> + #include "../strings/xstring.hpp" #include "../poison.hpp" |