blob: 6cf6f634c462440d135a4789bc141f7d389dbc7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
$FreeBSD$
--- cache.h.orig Sun Oct 13 03:42:50 2002
+++ cache.h Thu Nov 7 15:32:39 2002
@@ -31,6 +31,7 @@
#include <string>
#include <map>
+#include <sys/types.h>
using std::ostream;
using std::map;
|