Replace "bits/pthreadtypes.h" include with <sys/types.h> in /ports/linux/dlmstp_linux.h (#139)
This resolves #129 by making this file able to be built on Alpine Linux
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "bacnet/datalink/mstp.h"
|
#include "bacnet/datalink/mstp.h"
|
||||||
/*#include "bacnet/datalink/dlmstp.h" */
|
/*#include "bacnet/datalink/dlmstp.h" */
|
||||||
#include "bits/pthreadtypes.h"
|
#include <sys/types.h>
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user