0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00

Adding forgotten pthread.h #include in io-loop.h (breaks at openbsd 7.1)

This commit is contained in:
Maria Matejka 2023-01-21 23:42:02 +01:00
parent 61f9b78c24
commit 7a262bc999

View File

@ -9,6 +9,8 @@
#include "lib/rcu.h"
#include <pthread.h>
struct pipe
{
int fd[2];