Re: [PATCH] Include sys/types.h before fts.h

2017-04-20 Thread Dmitry V. Levin
On Thu, Apr 20, 2017 at 03:26:47PM +0200, Ulf Hermann wrote: > The bad fts not only needs to be included before config.h, but also > requires various special types without including sys/types.h. Please do not include before unconditionally. If bad fts needs , then do it [BAD_FTS]. -- ldv si

[PATCH] Include sys/types.h before fts.h

2017-04-20 Thread Ulf Hermann
The bad fts not only needs to be included before config.h, but also requires various special types without including sys/types.h. Signed-off-by: Ulf Hermann --- libdwfl/ChangeLog | 4 libdwfl/linux-kernel-modules.c | 4 2 files changed, 8 insertions(+) diff --git a/libdwf