summaryrefslogtreecommitdiff
path: root/news/newscache/patches/patch-ab
blob: 411b52dfa4277b32b2807651c52a578f27418d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1.1.1 1999/08/22 13:44:20 rh Exp $

--- src/NewsCache.cc.orig	Mon Jul  5 15:47:32 1999
+++ src/NewsCache.cc	Sun Aug 22 13:41:40 1999
@@ -18,9 +18,12 @@
  */
 #include "config.h"
 
+#ifdef HAVE_CRYPT_H
 #include <crypt.h>
+#endif
 #include <ctype.h>
 #include <unistd.h>
+#include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #include <netinet/in.h>