1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-03 15:22:53 +00:00

Cygwin defines FIONREAD in <sys/socket.h>.

This commit is contained in:
Lars Brinkhoff
2021-01-25 10:05:00 +00:00
parent de8ac330a1
commit ec06653a4f

3
tube.c
View File

@@ -48,6 +48,9 @@
#include <sys/time.h>
#include <locale.h>
#include <pwd.h>
#ifndef FIONREAD
#include <sys/socket.h>
#endif
#include "main.h"
#include "tube.h"