diff options
Diffstat (limited to 'buffer.c')
-rw-r--r-- | buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ #if __unix__ #include <fcntl.h> #include <unistd.h> +#elif _WIN32 +#include <io.h> #endif /// A single line in a buffer |