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:
Michael Francis
2020-11-20 22:38:27 -05:00
committed by GitHub
parent 37abc561a8
commit cb9b166515
+1 -1
View File
@@ -26,7 +26,7 @@
#include "bacnet/datalink/mstp.h"
/*#include "bacnet/datalink/dlmstp.h" */
#include "bits/pthreadtypes.h"
#include <sys/types.h>
#include <semaphore.h>
#include <stdbool.h>