]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/signal/signal.c
Inlined some of the Cygwin patches. Not nice, but useful as I keep switching platforms.
[pdclib] / platform / example / functions / signal / signal.c
index 37aee7ab56fc291dac80b7fd15c207a4b2db6bbf..e6775e7cf5fb05ccf7570fc3c7dad4cfab74e692 100644 (file)
@@ -63,11 +63,13 @@ void (*signal( int sig, void (*func)( int ) ) )( int )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
     /* Testing covered by raise.c */
     return TEST_RESULTS;
 }
+
 #endif