From 50b83b3abecd87ffb8d35cdbda0860b15ce638cf Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 28 Oct 2009 16:31:59 +0000 Subject: add some FreeBSD compatibility git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@43 537310ab-6354-42db-a3cc-247b777f7be6 --- software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c') diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c index 0afcc40..00c0fec 100644 --- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c +++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c @@ -33,7 +33,12 @@ $Octasic_Revision: 347 $ /***************************** INCLUDE FILES *******************************/ +#if defined(__FreeBSD__) +#include +#include +#else #include +#endif #include "octdef.h" -- cgit v1.2.3