summaryrefslogtreecommitdiff
path: root/auto_tests/check_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/check_compat.h')
-rw-r--r--auto_tests/check_compat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto_tests/check_compat.h b/auto_tests/check_compat.h
new file mode 100644
index 00000000..e4fde89f
--- /dev/null
+++ b/auto_tests/check_compat.h
@@ -0,0 +1,8 @@
1#ifdef _MSC_VER
2#define pid_t int
3// #include <libcompat.h>
4#endif
5#include <check.h>
6#ifdef _MSC_VER
7#undef pid_t
8#endif