Skip to content

Changes

Started by upstream project gerrit-libosmocore #2245
Started 12 days ago
Queued 9.1 sec
Took 1 min 39 sec on build4-deb12build-ansible

Summary

  1. osmo_io.h: Avoid including sys/socket.h (details)
Commit a375282ae9d3ea161146a998d3a0ae0a4b5efa7c by Pau Espin Pedrol
osmo_io.h: Avoid including sys/socket.h

sys/socket.h may not always be available (eg. arm-none-eabi toolchain).
In the header file we only really need the forward declaration of struct
msghdr, so simply do that.

Change-Id: I5bcba8f72a2be6161d7782a3100d25a7025341d0
The file was modifiedinclude/osmocom/core/osmo_io.h