| 12345678910111213 |
- --- cvsd.c.orig 2002-07-24 20:07:44.000000000 +0200
- +++ cvsd.c 2002-08-09 10:45:47.000000000 +0200
- @@ -60,7 +60,9 @@
- #include <sys/wait.h>
- #include <sys/socket.h>
- #include <sys/time.h>
- +#ifndef __FreeBSD__
- #include <netinet/in.h>
- +#endif
- #include <arpa/inet.h>
- #ifdef HAVE_NETDB_H
- #include <netdb.h>
|