summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/dict.c
diff options
context:
space:
mode:
authorVikas Gorur <vikas@gluster.com>2009-06-09 05:08:59 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-06-11 07:51:26 -0700
commitf7ca417394aeb5a8c2144e3b2ae6493ef172b32d (patch)
tree43d582b740f5b01da6416714723a78fce580f957 /libglusterfs/src/dict.c
parent7db5c60ded012414f323029da263979e20215e5f (diff)
Include glusterfs.h in dict.c
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'libglusterfs/src/dict.c')
-rw-r--r--libglusterfs/src/dict.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c
index eb9dfab2..2162c979 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"