diff src/unexhp9k3.c @ 978:13e47461d509

[xemacs-hg @ 2002-08-29 19:45:20 by james] Include syssignal.h instead of signal.h. Move NSIG setting code for SVR4 to syssignal.h.
author james
date Thu, 29 Aug 2002 19:45:34 +0000
parents abe6d1db359e
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/unexhp9k3.c	Thu Aug 29 08:28:50 2002 +0000
+++ b/src/unexhp9k3.c	Thu Aug 29 19:45:34 2002 +0000
@@ -41,7 +41,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
+#include "syssignal.h"
 #ifdef __hp9000s300
 # include </usr/include/debug.h>
 #endif