diff --git a/tests/test_utils.c b/tests/test_utils.c index af51462f..07ff0e00 100644 --- a/tests/test_utils.c +++ b/tests/test_utils.c @@ -29,6 +29,9 @@ #include #include #include +#ifdef HAVE_SYS_SYSMACROS_H +# include +#endif #include #include "api_test.h"