diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-02 15:37:31 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-02 15:37:31 +0000 |
commit | 9dde0b1b33a81af5fd7cc69304269ee9ae2003dd (patch) | |
tree | 000ccab426cebeada01ea48cd73154c6cf3c224f /include | |
parent | 662e5593af02eff45ecd84808196495c11e3e9cb (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')
-rw-r--r-- | include/hash_map.h | 6 |
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. |