port: tests: Add sys/wait.h include for FreeBSD
[babeltrace.git] / tests / ctf-writer / ctf_writer.c
index f45d5eb042926b054485b03435e639acad0943ed..0b979acef9dfdf64347786a80e87ed82ad0f8d3d 100644 (file)
 #include <float.h>
 #include "common.h"
 
+#ifdef __FreeBSD__
+/* Required for WIFEXITED and WEXITSTATUS */
+#include <sys/wait.h>
+#endif
+
 #define METADATA_LINE_SIZE 512
 #define SEQUENCE_TEST_LENGTH 10
 #define ARRAY_TEST_LENGTH 5
This page took 0.023823 seconds and 4 git commands to generate.