Skip to content
Success

Changes

Summary

  1. socket_compat.h improvements to always have struct osmo_sockaddr available (details)
Commit 5d46a1bb14483386017814b94acf251b8a9b802f 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/Makefile.am
The file was modifiedconfigure.ac
The file was modifiedinclude/osmocom/core/socket_compat.h.tpl
The file was modifiedinclude/osmocom/core/socket.h