diff options
Diffstat (limited to 'include/osmocom/gsm/gsm0808.h')
-rw-r--r-- | include/osmocom/gsm/gsm0808.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h index a9f610a8..9be229c6 100644 --- a/include/osmocom/gsm/gsm0808.h +++ b/include/osmocom/gsm/gsm0808.h @@ -21,7 +21,7 @@ #include "tlv.h" #include <osmocom/gsm/protocol/gsm_08_08.h> -#include <sys/socket.h> +struct sockaddr_storage; struct msgb; |