diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-28 10:25:13 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-28 10:25:13 +0000 |
| commit | 4fe2ad2c596a0eeea0a03d6956468b65246fbe2d (patch) | |
| tree | bd29ffd852aab4fbffe68c303389d88407a42d84 /lib/libforms/examples/example.c | |
| parent | 71e60921ff395a16285b7c5362f8bfbebf0821bf (diff) | |
Notes
Diffstat (limited to 'lib/libforms/examples/example.c')
| -rw-r--r-- | lib/libforms/examples/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/examples/example.c b/lib/libforms/examples/example.c index 447d8468cb1b..bfc7d92c2a12 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; |
