* eval.c: Added #include "hash.h"

This commit is contained in:
Mikael Djurfeldt 1996-09-18 19:33:22 +00:00
commit ac46ab165a

View file

@ -67,6 +67,7 @@
#include "markers.h"
#include "procprop.h"
#include "hashtab.h"
#include "hash.h"
#ifdef DEBUG_EXTENSIONS
#include "debug.h"