You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
334 B

  1. diff --git a/tests/test-ovn.c b/tests/test-ovn.c
  2. index 60b87de..4ad3697 100644
  3. --- a/tests/test-ovn.c
  4. +++ b/tests/test-ovn.c
  5. @@ -974,6 +974,9 @@ test_tree_shape_exhaustively(struct expr *expr, struct shash *symtab,
  6. }
  7. #ifndef _WIN32
  8. +#ifndef WAIT_ANY
  9. +#define WAIT_ANY (-1)
  10. +#endif
  11. static void
  12. wait_pid(pid_t *pids, int *n)
  13. {