Skip to content
Snippets Groups Projects
Commit 0e10790f authored by Daniel Salzman's avatar Daniel Salzman
Browse files

utils: add missing include for FreeBSD

parent ccb659d9
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
#include <stdint.h> // uint_t
#include <netdb.h> // addrinfo
#include <sys/socket.h> // sockaddr_storage (BSD)
#include "common/lists.h" // node
#include "utils/common/params.h" // params_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment