diff options
Diffstat (limited to 'hashtbl.h')
-rw-r--r-- | hashtbl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#ifndef HASHTBL_H_ -#define HASHTBL_H_ +#ifndef _HASHTBL_H_ +#define _HASHTBL_H_ #include <stdio.h> #include <stdlib.h> |