Add missing inclusion of libc-internal.h.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Mon, 22 Feb 2016 16:44:41 +0000 (17:44 +0100)
committerStefan Liebler <stli@linux.vnet.ibm.com>
Mon, 22 Feb 2016 16:44:41 +0000 (17:44 +0100)
commitde6e5df27ead590c7f590a63665cb87764cf6de3
treebfffd88068ffcc413b04cf5eed13ae21d27f1b08
parent7584a3f96de88d5eefe5d6c634515278cbfbf052
Add missing inclusion of libc-internal.h.

The build of posix/tst-dir.c fails due to undefined DIAG_* macros.
The usage of the macros were introduced in recent commit
7584a3f96de88d5eefe5d6c634515278cbfbf052
"Deprecate readdir_r, readdir64_r [BZ #19056]".
This patch adds the missing header libc-internal.h.
ChangeLog
posix/tst-dir.c