diff options
| author | Ulf Hermann <[email protected]> | 2017-04-20 16:45:51 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-04-25 23:50:46 +0200 |
| commit | 5dd27ffbb374b90741fb854de3e02708ffda643f (patch) | |
| tree | fb329919c9d9156a6c2c2d3fcb476c984b7e60ea /libdwfl/ChangeLog | |
| parent | 7114c513fbebcca8b76796b7f64b57447ba383e1 (diff) | |
Include sys/types.h before fts.h
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 <[email protected]>
Diffstat (limited to 'libdwfl/ChangeLog')
| -rw-r--r-- | libdwfl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index ede6d471..cc95e067 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,7 @@ +2017-04-20 Ulf Hermann <[email protected]> + + * linux-kernel-modules.c: Include sys/types.h before fts.h + 2017-03-24 Mark Wielaard <[email protected]> * linux-core-attach.c (core_next_thread): If n_namesz == 0 then |
