Merge from vendor branch ITOJUN:
[pkgsrc.git] / news / newscache / patches / patch-ab
1 $NetBSD$
2
3 --- src/NewsCache.cc.orig       Mon Jul  5 15:47:32 1999
4 +++ src/NewsCache.cc    Sun Aug 22 13:41:40 1999
5 @@ -18,9 +18,12 @@
6   */
7  #include "config.h"
8  
9 +#ifdef HAVE_CRYPT_H
10  #include <crypt.h>
11 +#endif
12  #include <ctype.h>
13  #include <unistd.h>
14 +#include <stdio.h>
15  #include <string.h>
16  #include <errno.h>
17  #include <netinet/in.h>