From 20725b9eea15720a5dbad19aac6236b86a3e34c6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 15 May 2017 12:50:04 +0200 Subject: gsm0808 + ipa: fix compilation on systems without sys/socket.h Change-Id: I60f5d4982cd96ab29f9924ec11b46bf56fbfc346 --- include/osmocom/gsm/gsm0808_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/gsm/gsm0808_utils.h') diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h index e6e55a7e..c11bf8d3 100644 --- a/include/osmocom/gsm/gsm0808_utils.h +++ b/include/osmocom/gsm/gsm0808_utils.h @@ -19,7 +19,7 @@ */ #pragma once -#include +struct sockaddr_storage; #include -- cgit v1.2.3