build: Include sys/socket.h for AF_UNSPEC

This commit is contained in:
Holger Hans Peter Freyther 2015-08-01 23:46:56 +00:00
parent 4672059d94
commit d15409876c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#include <unistd.h>
#include <sys/socket.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/socket.h>
#include <osmocom/core/write_queue.h>