fix hash table guard too

master
Daniel Kolesa 2015-06-28 16:05:27 +01:00
parent 94daa4f76b
commit c53efaba92
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_INTERNAL_HASHTABLE_H
#define OCTA_INTERNAL_HASHTABLE_H
#ifndef OCTA_INTERNAL_HASHTABLE_HH
#define OCTA_INTERNAL_HASHTABLE_HH
#include <string.h>