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:
parent
61f9b78c24
commit
7a262bc999
@ -9,6 +9,8 @@
|
||||
|
||||
#include "lib/rcu.h"
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
struct pipe
|
||||
{
|
||||
int fd[2];
|
||||
|
Loading…
Reference in New Issue
Block a user