Skip to content
Snippets Groups Projects
Commit 8e7cf92a authored by deuce's avatar deuce
Browse files

SunOS hides FIONREAD

parent e73661b3
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,9 @@
/*********************************************/
/* Standard Borland/Turbo C/C++ Header Files */
/*********************************************/
#ifndef __unix__
#ifdef __unix__
#include <sys/filio.h> /* FIONREAD on SunOS */
#else
#include <io.h>
#include <share.h>
#include <conio.h>
......
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