diff --git a/src/unixcomm.c b/src/unixcomm.c index a51fe1f..827fb00 100644 --- a/src/unixcomm.c +++ b/src/unixcomm.c @@ -66,7 +66,7 @@ Unix Interface Communications #include #endif /* ISC */ -#ifdef SYSVONLY +#if defined(SYSVONLY) || defined(FREEBSD) || defined(OS5) || defined(MACOSX) #include #endif /* HPUX */