diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-06-09 05:08:59 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-11 07:51:26 -0700 |
commit | f7ca417394aeb5a8c2144e3b2ae6493ef172b32d (patch) | |
tree | 43d582b740f5b01da6416714723a78fce580f957 /libglusterfs | |
parent | 7db5c60ded012414f323029da263979e20215e5f (diff) |
Include glusterfs.h in dict.c
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/dict.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index eb9dfab22..2162c9795 100644 --- a/libglusterfs/src/dict.c +++ b/libglusterfs/src/dict.c @@ -28,6 +28,7 @@ #include "config.h" #endif +#include "glusterfs.h" #include "common-utils.h" #include "dict.h" #include "hashfn.h" |