aboutsummaryrefslogtreecommitdiff
path: root/joystik.c
diff options
context:
space:
mode:
Diffstat (limited to 'joystik.c')
-rw-r--r--joystik.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/joystik.c b/joystik.c
index 2c09093..891b551 100644
--- a/joystik.c
+++ b/joystik.c
@@ -1,3 +1,4 @@
+#ifdef __gnu_linux__
/*
'pd_joystik' (An external library for Miller Puckette's 'PD' software
adding PC and/or USB joystik control capabilities)
@@ -189,3 +190,4 @@ static void joystik_read(GList *l,int fd)
}
}
+#endif /* __gnu_linux__ */