blob: 3333283de63fad6db6268d0809965ec628376e56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-an,v 1.2 2002/08/25 19:23:21 jlam Exp $
--- fam/StringTable.h.orig Tue Dec 18 11:03:37 2001
+++ fam/StringTable.h
@@ -25,6 +25,7 @@
#include <assert.h>
#include <string.h>
+#include "mntent.h"
// A StringTable maps C strings onto values. It is a cheap O(n)
// implementation, suitable only for small tables that are
|