diff options
-rw-r--r-- | src/gsm/ipa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c index dac20122..05e8967d 100644 --- a/src/gsm/ipa.c +++ b/src/gsm/ipa.c @@ -27,6 +27,8 @@ #include <stdlib.h> #include <arpa/inet.h> +#include <sys/types.h> +#include <sys/socket.h> #include <osmocom/core/msgb.h> #include <osmocom/core/talloc.h> |