We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf15829 commit b5b8496Copy full SHA for b5b8496
1 file changed
motion.h
@@ -53,7 +53,7 @@ struct image_data;
53
#include <pthread.h>
54
#include <microhttpd.h>
55
56
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
57
#include <pthread_np.h>
58
#endif
59
0 commit comments