diff --git a/kotlin-native/platformLibs/src/platform/linux/posix.def b/kotlin-native/platformLibs/src/platform/linux/posix.def index 52c26779554..7034f50b765 100644 --- a/kotlin-native/platformLibs/src/platform/linux/posix.def +++ b/kotlin-native/platformLibs/src/platform/linux/posix.def @@ -3,7 +3,7 @@ headers = alloca.h ar.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno. fenv.h fnmatch.h fts.h ftw.h getopt.h grp.h inttypes.h libgen.h limits.h \ locale.h math.h memory.h netdb.h paths.h poll.h \ pthread.h pwd.h regex.h resolv.h sched.h search.h semaphore.h setjmp.h sgtty.h signal.h \ - stdatomic.h stdint.h stdio.h stdlib.h string.h strings.h syslog.h termios.h \ + stdatomic.h stdint.h stddef.h stdio.h stdlib.h string.h strings.h syslog.h termios.h \ time.h ucontext.h unistd.h utime.h utmp.h wchar.h wctype.h xlocale.h \ net/ethernet.h net/if.h net/if_arp.h net/route.h \ netinet/icmp6.h netinet/if_ether.h netinet/in.h netinet/in_systm.h \