From be2101ac49c103f8533ed3f6fa6f0345a07d7e6f Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 24 May 2017 21:00:10 -0700 Subject: [PATCH] FreeBSD has just plain --- src/unixcomm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unixcomm.c b/src/unixcomm.c index 9cb8c57..d2a1144 100755 --- a/src/unixcomm.c +++ b/src/unixcomm.c @@ -51,6 +51,8 @@ Unix Interface Communications #include #elif MACOSX #include +#elif FREEBSD +#include #else #include #endif /* OS4 */