Kernel - Renamed signal.h to avoid collision in AcessNative
[tpg/acess2.git] / KernelLand / Kernel / drv / pty.c
index 2ba1098..a2639bd 100644 (file)
@@ -13,7 +13,7 @@
 #include <modules.h>
 #include <rwlock.h>
 #include <mutex.h>
-#include <signal.h>
+#include <posix_signals.h>
 
 // === CONSTANTS ===
 #define OUTPUT_RINGBUFFER_LEN  1024    // Number of bytes in output queue before client blocks

UCC git Repository :: git.ucc.asn.au