0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-15 13:31:54 +00:00

lib/socket.h: added missing include

This commit is contained in:
Maria Matejka 2024-09-10 11:40:41 +02:00
parent a6d82c2684
commit 97e85f088d

View File

@ -11,6 +11,7 @@
#include <errno.h>
#include "lib/ip.h"
#include "lib/resource.h"
#include "lib/event.h"
#ifdef HAVE_LIBSSH