Skip to content

Changes

Started by upstream project gerrit-libosmocore #2299
Started 1 day 8 hr ago
Queued 39 sec
Took 2 min 9 sec on build4-deb12build-ansible

Summary

  1. osmo_io.h: Avoid including sys/socket.h (details)
Commit 95e1378c15ccb8d079f643161ac8ede94a4e7b26 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