[sheepdog] [PATCH] sheep: include config.h in plain_store.c for HAVE_SYNCFS
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Fri Sep 7 12:17:03 CEST 2012
config.h is required for determine HAVE_SYNCFS is defined or not.
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
sheep/plain_store.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sheep/plain_store.c b/sheep/plain_store.c
index 1cd0038..933fefe 100644
--- a/sheep/plain_store.c
+++ b/sheep/plain_store.c
@@ -16,6 +16,7 @@
#include <dirent.h>
#include "sheep_priv.h"
+#include "config.h"
static char stale_dir[PATH_MAX];
--
1.7.2.5
More information about the sheepdog
mailing list