aboutsummaryrefslogtreecommitdiff
path: root/audio/nyquist/files/patch-sys_unix_term.c
blob: 4a524b29288ba46b5006ad4a9bfebae6f1abb581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sys/unix/term.c.orig	2021-04-18 05:56:28 UTC
+++ sys/unix/term.c
@@ -10,7 +10,7 @@
 
 
 #include <termios.h>
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
 #include <asm/ioctls.h>
 #endif
 #include <sys/ioctl.h>