aboutsummaryrefslogtreecommitdiff
path: root/ifeel.c
diff options
context:
space:
mode:
Diffstat (limited to 'ifeel.c')
-rw-r--r--ifeel.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ifeel.c b/ifeel.c
index b1caf94..3c3ca9c 100644
--- a/ifeel.c
+++ b/ifeel.c
@@ -28,9 +28,7 @@
*/
#include "m_pd.h"
-
#include <unistd.h>
-#include <sys/ioctl.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -39,6 +37,10 @@
#include <string.h>
#include <time.h>
+#ifndef NT
+#include <sys/ioctl.h>
+#endif
+
#include "ifeel.h"