diff options
author | Michael Adam <obnox@samba.org> | 2009-12-07 22:23:31 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 22:33:27 +0100 |
commit | 7290691142027e3a2020cab742478a3c87c0012f (patch) | |
tree | f0a2a48eb4c910296b7b66dff4355dab94fc126f /src/hashmap.h | |
parent | 34e4be193e9dc07d726dc564289662bc65e40bca (diff) |
Move definition of "struct config_s" from main.h to conf.h
Michael
Diffstat (limited to 'src/hashmap.h')
-rw-r--r-- | src/hashmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hashmap.h b/src/hashmap.h index 5095f77..e8fa819 100644 --- a/src/hashmap.h +++ b/src/hashmap.h @@ -21,6 +21,8 @@ #ifndef _HASHMAP_H #define _HASHMAP_H +#include "common.h" + /* * We're using a typedef here to "hide" the implementation details of the * hash map. Sure, it's a pointer, but the struct is hidden in the C file. |