[srvx-commits] CVS: services/src opserv.c,1.187.2.53,1.187.2.54
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-09-05 05:36:51
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv7757/src Modified Files: Tag: rel-1_0 opserv.c Log Message: FreeBSD compile fix/cleanup Index: opserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/opserv.c,v retrieving revision 1.187.2.53 retrieving revision 1.187.2.54 diff -C2 -r1.187.2.53 -r1.187.2.54 *** opserv.c 2001/09/04 21:28:40 1.187.2.53 --- opserv.c 2001/09/05 05:36:48 1.187.2.54 *************** *** 26,30 **** --- 26,35 ---- #include <errno.h> #endif + #ifdef HAVE_LIMITS_H #include <limits.h> + #endif + #ifdef HAVE_SYS_TYPES_H + #include <sys/types.h> + #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> |