Initial FreeBSD support
[deb_libcec.git] / src / lib / platform / posix / os-types.h
index 631e96508e963a9cfb1b88184e463fc80527d837..b8783b15e76d37f6aba75a9b3c144ba9624c4038 100644 (file)
@@ -35,7 +35,7 @@
 #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>