Skip to content
Success

Changes

Summary

  1. socket_compat.h improvements to always have struct osmo_sockaddr available (details)
Commit ff528c24f498b7b66f7ffe319cf3480287f1eed0 by Pau Espin Pedrol
socket_compat.h improvements to always have struct osmo_sockaddr available

Having a #if (!EMBEDDED) based on compiler defined variable is not a
good idea. Instead, add minimal sys/socket.h and netient/in.h to always
have the definition of struct osmo_sockaddr available.

Change-Id: I5b10e09770727c72812af15360ab3385b957509b
The file was modifiedinclude/osmocom/core/socket_compat.h.tpl
The file was modifiedinclude/osmocom/core/socket.h
The file was modifiedconfigure.ac
The file was modifiedinclude/osmocom/core/Makefile.am