Include <strhash.h> instead now.

This commit is contained in:
Jordan K. Hubbard 1995-03-28 10:25:13 +00:00
parent 71e60921ff
commit 4fe2ad2c59

View file

@ -32,7 +32,7 @@
*
*/
#include <stdio.h>
#include "../hash.h"
#include <strhash.h>
#include "../forms.h"
extern hash_table *global_bindings;