AL: Use IKVM.Reflection to get custom attributes from the template assembly,
[mono.git] / eglib / test / pattern.c
index b015b918002332c24764bb0fb7e5a70a958391ec..7db5a7be3dea442ebc76e9802e4f1aa29744787c 100644 (file)
@@ -1,7 +1,10 @@
+#include <config.h>
 #include <glib.h>
 #include <string.h>
 #include <stdlib.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include <stdio.h>
 #include "test.h"
 
@@ -55,3 +58,4 @@ static Test pattern_tests [] = {
 
 DEFINE_TEST_GROUP_INIT(pattern_tests_init, pattern_tests)
 
+