summaryrefslogtreecommitdiff
path: root/include/hash_map.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 15:37:31 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 15:37:31 +0000
commit9dde0b1b33a81af5fd7cc69304269ee9ae2003dd (patch)
tree000ccab426cebeada01ea48cd73154c6cf3c224f /include/hash_map.h
parent662e5593af02eff45ecd84808196495c11e3e9cb (diff)
Add inspircd_config.h to hash_map so that it can be used independently
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11662 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/hash_map.h')
-rw-r--r--include/hash_map.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/hash_map.h b/include/hash_map.h
index 94d219898..93341b5e0 100644
--- a/include/hash_map.h
+++ b/include/hash_map.h
@@ -11,8 +11,10 @@
* ---------------------------------------------------
*/
- #ifndef INSPIRCD_HASHMAP_H
- #define INSPIRCD_HASHMAP_H
+#ifndef INSPIRCD_HASHMAP_H
+#define INSPIRCD_HASHMAP_H
+
+#include "inspircd_config.h"
/** Where hash_map is varies from compiler to compiler
* as it is not standard unless we have tr1.