ntpfrob: add the missing shim include to fix the musl LEDE bustage...
...as musl lacks ntp_adjtime.
../../ntpfrob/tickadj.c: In function 'tickadj':
../../ntpfrob/tickadj.c:71:6: warning: implicit declaration of function 'ntp_adjtime' [-Wimplicit-function-declaration]
if (ntp_adjtime(&txc) < 0)
^~~~~~~~~~~
/* #undef HAVE_NTP_ADJTIME */
Signed-off-by:
Stephen Walker <stephendwalker+github@gmail.com>
Loading
Please register or sign in to comment