cec: serial port locking on linux
[deb_libcec.git] / src / lib / platform / posix / os-types.h
index 631e96508e963a9cfb1b88184e463fc80527d837..a365635490f66d4a7b46e86211404abe4ac60de3 100644 (file)
  */
 
 #define _FILE_OFFSET_BITS 64
+#include <unistd.h>
 #include <string.h>
 #include <errno.h>
 #include <sys/time.h>
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
 #include <sys/prctl.h>
 #endif
 #include <pthread.h>
 #include <semaphore.h>
 #include <stdint.h>
 
+extern "C" {
+#include <sys/types.h>
+}
+
 #define LIBTYPE
 #define DECLSPEC