[srvx-commits] CVS: services/src proto-common.c,1.20,1.21
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-10-28 01:54:56
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv12087/src Modified Files: proto-common.c Log Message: include <sys/socket.h> to hopefully fix cygwin compile Index: proto-common.c =================================================================== RCS file: /cvsroot/srvx/services/src/proto-common.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** proto-common.c 23 Oct 2002 16:02:08 -0000 1.20 --- proto-common.c 28 Oct 2002 01:54:53 -0000 1.21 *************** *** 26,29 **** --- 26,32 ---- #include "policer.h" #include "timeq.h" + #ifdef HAVE_SYS_SOCKET_H + #include <sys/socket.h> + #endif unsigned int lines_processed; |