Hi.
This patch is for osmo-iuh. Without it the build only works on machines that have the needed headers in the default search path for includes. Otherwise the build fails like this:
gcc -DPACKAGE_NAME="osmo-iuh" -DPACKAGE_TARNAME="osmo-iuh" -DPACKAGE_VERSION="0.0" -DPACKAGE_STRING="osmo-iuh\ 0.0" -DPACKAGE_BUGREPORT="\ openbsc@lists.osmocom.org" -DPACKAGE_URL="" -DPACKAGE="osmo-iuh" -DVERSION="0.0" -DSTDC_HEADERS=1 -I. -I/home/blackbit/usr/stow/libasn1c/include/ -I/home/blackbit/usr/stow/libasn1c/include/asn1c -I. -g -O2 -MT Criticality.o -MD -MP -MF $depbase.Tpo -c -o Criticality.o Criticality.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from Criticality.h:50:0, from Criticality.c:8: /home/blackbit/usr/stow/libasn1c/include/asn1c/asn_internal.h:18:33: fatal error: osmocom/core/talloc.h: No such file or directory compilation terminated.
Kind regards, -Alex