summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-28 10:25:13 +0000
committerjkh <jkh@FreeBSD.org>1995-03-28 10:25:13 +0000
commitce961aa18e9bc19e11a4cfd9ad282d9998e1e854 (patch)
treebd29ffd852aab4fbffe68c303389d88407a42d84 /lib
parentafdcd6ad46299a13c0534681390fac3bc024950a (diff)
downloadFreeBSD-src-ce961aa18e9bc19e11a4cfd9ad282d9998e1e854.zip
FreeBSD-src-ce961aa18e9bc19e11a4cfd9ad282d9998e1e854.tar.gz
Include <strhash.h> instead now.
Diffstat (limited to 'lib')
-rw-r--r--lib/libforms/examples/example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/examples/example.c b/lib/libforms/examples/example.c
index 447d846..bfc7d92 100644
--- a/lib/libforms/examples/example.c
+++ b/lib/libforms/examples/example.c
@@ -32,7 +32,7 @@
*
*/
#include <stdio.h>
-#include "../hash.h"
+#include <strhash.h>
#include "../forms.h"
extern hash_table *global_bindings;
OpenPOWER on IntegriCloud