[sheepdog] [PATCH] sheep: include sheepdog_proto.h from internal_proto.h for STORE_LEN
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Tue Sep 18 13:40:20 CEST 2012
Current internal_proto.h doesn't include sheepdog_proto.h. This can
cause compile error because STORE_LEN is defined in sheepdog_proto.h.
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
include/internal_proto.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/internal_proto.h b/include/internal_proto.h
index b4199ca..a45b818 100644
--- a/include/internal_proto.h
+++ b/include/internal_proto.h
@@ -18,6 +18,7 @@
*/
#include <stdint.h>
+#include "sheepdog_proto.h"
#define SD_SHEEP_PROTO_VER 0x06
--
1.7.2.5
More information about the sheepdog
mailing list