Commit e59fa382 authored by dermiste's avatar dermiste

Fix compilation warnings on OpenBSD

parent 37210ee2
......@@ -25,6 +25,7 @@ THE SOFTWARE.
#include <stdio.h>
#include <assert.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "babeld.h"
......
......@@ -27,8 +27,8 @@ THE SOFTWARE.
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include "babeld.h"
......
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