Skip to content
Snippets Groups Projects
Commit a10dd1c2 authored by rswindell's avatar rswindell
Browse files

#include <fnctl.h> to fix:

error: 'O_NONBLOCK' undeclared
... on Alpine Linux.
parent 15e46a23
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
#include <sys/ioctl.h>
#include <sys/file.h>
#include <fcntl.h> // O_NONBLOCK
#include "comio.h"
#include "genwrap.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment