+2019-06-30 Bruno Haible <bruno@clisp.org>
+
+ Include <stdlib.h> when needed.
+ * lib/areadlinkat.c: Include <stdlib.h>, needed for free() in at-func.c.
+ * lib/faccessat.c: Likewise.
+ * lib/fchmodat.c: Likewise.
+ * lib/fchownat.c: Likewise.
+ * lib/fstatat.c: Likewise.
+ * lib/mkfifoat.c: Likewise.
+ * lib/mknodat.c: Likewise.
+ * lib/readlinkat.c: Likewise.
+ * lib/symlinkat.c: Likewise.
+ * lib/utimensat.c: Likewise.
+ * lib/mkdirat.c: Likewise. Include also the specification header.
+
2019-06-30 Bruno Haible <bruno@clisp.org>
inet_ntop, inet_pton: Avoid conflict with native Windows functions.