mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 02:01:55 +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 "lib/rcu.h"
|
||||||
|
|
||||||
|
#include <pthread.h>
|
||||||
|
|
||||||
struct pipe
|
struct pipe
|
||||||
{
|
{
|
||||||
int fd[2];
|
int fd[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user