diff options
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -4,11 +4,13 @@ | |||
| 4 | ** Luiz Henrique de Figueiredo - 17 Aug 90 | 4 | ** Luiz Henrique de Figueiredo - 17 Aug 90 |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | char *rcs_hash="$Id: $"; | 7 | char *rcs_hash="$Id: hash.c,v 1.1 1993/12/17 18:41:19 celes Exp celes $"; |
| 8 | 8 | ||
| 9 | #include <string.h> | 9 | #include <string.h> |
| 10 | #include <stdlib.h> | 10 | #include <stdlib.h> |
| 11 | 11 | ||
| 12 | #include "mm.h" | ||
| 13 | |||
| 12 | #include "opcode.h" | 14 | #include "opcode.h" |
| 13 | #include "hash.h" | 15 | #include "hash.h" |
| 14 | #include "inout.h" | 16 | #include "inout.h" |
