- fixed BSD compilation issues

pull/211/head
Michael Zillgith 6 years ago
parent f788256247
commit e834bd0cf6

@ -94,7 +94,7 @@ set (libhal_SRCS
)
ELSEIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
set (libhal_SRCS
${libhal_bsd_SRCS}}
${libhal_bsd_SRCS}
)
ELSE()
set (libhal_SRCS

@ -31,7 +31,7 @@
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
#include <netinet/tcp.h> // required for TCP keepalive

Loading…
Cancel
Save