Commit 29c122af authored by Brad Smith's avatar Brad Smith Committed by Simon Kelley

Fix FTBFS on openBSD-current.

parent 6dbdc972
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
# include <net/if_var.h> # include <net/if_var.h>
#endif #endif
#include <netinet/in_var.h> #include <netinet/in_var.h>
#include <netinet6/in6_var.h>
#ifndef SA_SIZE #ifndef SA_SIZE
#define SA_SIZE(sa) \ #define SA_SIZE(sa) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment