From 194aff9548c94e8790eea7bdeb649284585c1815 Mon Sep 17 00:00:00 2001 From: carmen rocco Date: Mon, 23 Aug 2004 03:48:57 +0000 Subject: hd-clear (NT) svn path=/trunk/externals/hcs/; revision=1971 --- ifeel.c | 6 ++++-- linuxhid.h | 5 +++-- 2 files changed, 7 insertions(+), 4 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 -#include #include #include #include @@ -39,6 +37,10 @@ #include #include +#ifndef NT +#include +#endif + #include "ifeel.h" diff --git a/linuxhid.h b/linuxhid.h index 52bc815..08ed26e 100644 --- a/linuxhid.h +++ b/linuxhid.h @@ -9,14 +9,15 @@ #ifdef __gnu_linux__ #include #endif +#ifndef NT +#include +#endif #include - #include #include #include #include -#include #include -- cgit v1.2.1