diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 4 | ||||
-rw-r--r-- | tests/arextract.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index a0eb4c6b..31904e76 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2015-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> + + * arextract.c: Remove sys/param.h include, add system.h include. + 2016-08-30 Mark Wielaard <mjw@redhat.com> * Makefile.am (asm_tst?_LDADD): Add libdw. diff --git a/tests/arextract.c b/tests/arextract.c index 21850b6c..2c4dc758 100644 --- a/tests/arextract.c +++ b/tests/arextract.c @@ -25,7 +25,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <sys/param.h> +#include <system.h> int |