]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Adding forgotten pthread.h #include in io-loop.h (breaks at openbsd 7.1)
authorMaria Matejka <mq@ucw.cz>
Sat, 21 Jan 2023 22:42:02 +0000 (23:42 +0100)
committerMaria Matejka <mq@ucw.cz>
Sat, 21 Jan 2023 22:42:02 +0000 (23:42 +0100)
sysdep/unix/io-loop.h

index 33d529da28334d88a1e90eea63a8e11b54623864..e23a9be050e2b07180f4afaac2d35b4c56a44e0f 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "lib/rcu.h"
 
+#include <pthread.h>
+
 struct pipe
 {
   int fd[2];