diff options
Diffstat (limited to 'libctf')
-rw-r--r-- | libctf/ChangeLog | 4 | ||||
-rw-r--r-- | libctf/ctf-impl.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 83b3167..9637cf3 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2019-07-13 Nick Alcock <nick.alcock@oracle.com> + + * ctf-impl.h (includes): Include <sys/param.h> here. + 2019-07-30 Nick Alcock <nick.alcock@oracle.com> * ctf-open.c (flip_lbls): Eschew for-loop initial declarations. diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 554b187..211099e 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -22,6 +22,7 @@ #include "config.h" #include <errno.h> +#include <sys/param.h> #include "ctf-decls.h" #include <ctf-api.h> #include <sys/types.h> |