diff options
Diffstat (limited to 'src/c_type.c')
| -rw-r--r-- | src/c_type.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_type.c b/src/c_type.c index 59d890b..30fad03 100644 --- a/src/c_type.c +++ b/src/c_type.c @@ -1,4 +1,5 @@ #include "c_type.h" +#include "u_hash.h" struct typedata typedata[1<<13]; internstr ttypenames[1<<10]; |