feeder: Define the ioctl

This commit is contained in:
Sebastian Gniazdowski 2019-10-21 14:38:30 +02:00
parent 945086f062
commit 232781ca82

View file

@ -5,7 +5,7 @@
#include <sys/ioctl.h>
#include <sys/types.h>
#ifdef __CYGWIN__
#ifndef TIOCSTI
#define TIOCSTI 0x5412
#endif