Move compiler defines/includes for testing into separate testprefix.h file
[blocksruntime.git] / testprefix.h
blobbaf94ab26aef2f969fe785b106e8d81724d8cdf4
1 #undef __APPLE_CC__
2 #define __APPLE_CC__ 5627
3 #include <stdio.h>
4 #ifndef _WIN32
5 #include <sys/wait.h>
6 #endif