add _XOPEN_SOURCE 700 feature test macro to search.h tests
[libc-test] / src / functional / search_insque.c
index 0da76a8..0f4c370 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _XOPEN_SOURCE
+#define _XOPEN_SOURCE 700
+#endif
 #include <stdlib.h>
 #include <search.h>
 #include "test.h"