Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv21171/src
Modified Files:
compat.h
Log Message:
#include <signal.h>, which was lost in the #include rearrangement
Index: compat.h
===================================================================
RCS file: /cvsroot/srvx/services/src/compat.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** compat.h 30 Jul 2002 02:15:11 -0000 1.8
--- compat.h 31 Jul 2002 02:37:37 -0000 1.9
***************
*** 13,16 ****
--- 13,17 ----
#include <errno.h>
#include <limits.h>
+ #include <signal.h>
#include <stdarg.h>
#include <stddef.h>
|