Fixed MacOS specific usage during FreeBSD 11.4 build (#745)

* Fixed path of exports header in BSD ports. 

* Fixed MacOS specific include in BSD ports. 

* Fixed MacOS specific IOSSIOSPEED and IOSSDATALAT usage in BSD ports
This commit is contained in:
Steve Karg
2024-08-23 17:50:30 -05:00
committed by GitHub
parent eba1def58c
commit 36b5a3be98
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#define RS485_H
#include <stdint.h>
#include "bacnet/bacnet_stack_exports.h"
#include "bacnet/basic/sys/bacnet_stack_exports.h"
#include "bacnet/datalink/mstp.h"
#ifdef __cplusplus