From f7ca417394aeb5a8c2144e3b2ae6493ef172b32d Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Tue, 9 Jun 2009 05:08:59 +0000 Subject: Include glusterfs.h in dict.c Signed-off-by: Anand V. Avati --- libglusterfs/src/dict.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index eb9dfab2266..2162c97952c 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" -- cgit