[Groonga-commit] groonga/groonga [master] include groonga origin header at first for including config.h.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 14日 (水) 23:12:10 JST


Kouhei Sutou	2011-12-14 14:12:10 +0000 (Wed, 14 Dec 2011)

  New Revision: c70ca2762673591effb0ec658af17906583b7fac

  Log:
    include groonga origin header at first for including config.h.

  Modified files:
    src/suggest/groonga_suggest_httpd.c

  Modified: src/suggest/groonga_suggest_httpd.c (+4 -3)
===================================================================
--- src/suggest/groonga_suggest_httpd.c    2011-12-14 10:02:05 +0000 (770b41f)
+++ src/suggest/groonga_suggest_httpd.c    2011-12-14 14:12:10 +0000 (6346ae6)
@@ -14,6 +14,10 @@
   License along with this library; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+
+/* groonga origin headers */
+#include <str.h>
+
 #include <stdio.h>
 #include <signal.h>
 #include <string.h>
@@ -37,9 +41,6 @@
 #include <groonga.h>
 #include <pthread.h>
 
-/* groonga origin headers */
-#include <str.h>
-
 #include "util.h"
 
 #define DEFAULT_PORT 8080




Groonga-commit メーリングリストの案内
Back to archive index