null+****@clear*****
null+****@clear*****
2010年 10月 19日 (火) 00:49:27 JST
Daijiro MORI 2010-10-18 15:49:27 +0000 (Mon, 18 Oct 2010)
New Revision: 8c110ce82fbe629c6bab9265e8acc86876c20423
Log:
Include groonga_in.h before HAVE_EXECINFO_H is used.
Modified files:
lib/ctx.h
Modified: lib/ctx.h (+4 -0)
===================================================================
--- lib/ctx.h 2010-10-18 15:44:57 +0000 (005e069)
+++ lib/ctx.h 2010-10-18 15:49:27 +0000 (a45c550)
@@ -17,6 +17,10 @@
#ifndef GRN_CTX_H
#define GRN_CTX_H
+#ifndef GROONGA_IN_H
+#include "groonga_in.h"
+#endif /* GROONGA_IN_H */
+
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif /* HAVE_ERRNO_H */