[srvx-commits] CVS: services/src compat.h,1.8,1.9
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-07-31 02:37:40
|
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> |