libc-client: Add definition of gethostid

This commit is contained in:
Tee KOBAYASHI 2021-12-11 03:05:58 +09:00 committed by Leonid Pliushch
parent 8afd743d3a
commit e7f40a39ae

View File

@ -8,3 +8,10 @@
#include "misc.h"
@@ -54,3 +53,6 @@
#include "gr_waitp.c"
#include "tz_sv4.c"
#include "flocklnx.c"
+#ifdef __ANDROID__
+#include "gethstid.c"
+#endif