Skip to content
Snippets Groups Projects
Commit ef897ee9 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Moved include of io.h to windows branch

parent 3d9fade3
No related branches found
No related tags found
1 merge request!135Windows support
Pipeline #98578 canceled
......@@ -14,7 +14,6 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <io.h>
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
......@@ -26,6 +25,7 @@
// On Windows, define ssize_t manually
#ifdef _WIN32
#define ssize_t __int64
#include <io.h>
#else
#include <unistd.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment