# HG changeset patch # User Simon Josefsson # Date 1296376139 -3600 # Node ID d54c81f4d85ac33d37575e318d8ee3101e470148 # Parent 52b55b447c0204a964bc96fd724461850efd4368 ignore-value: Fix self-test. * tests/test-ignore-value.c: Include sys/types.h for off_t. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-30 Simon Josefsson + + ignore-value: Fix self-test. + * tests/test-ignore-value.c: Include sys/types.h for off_t. + 2011-01-29 Paul Eggert TYPE_MAXIMUM: avoid theoretically undefined behavior diff --git a/tests/test-ignore-value.c b/tests/test-ignore-value.c --- a/tests/test-ignore-value.c +++ b/tests/test-ignore-value.c @@ -22,6 +22,7 @@ #include "ignore-value.h" #include +#include #ifndef ATTRIBUTE_RETURN_CHECK # if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 1)