[Groonga-commit] groonga/groonga [master] suggest: use relative path from the top source directory for internal headers

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 16日 (水) 23:14:07 JST


Kouhei Sutou	2012-05-16 23:14:07 +0900 (Wed, 16 May 2012)

  New Revision: 4cac8f6b6d6f6ea612cd38246577a09737ce1cc9

  Log:
    suggest: use relative path from the top source directory for internal headers

  Modified files:
    src/suggest/groonga_suggest_httpd.c

  Modified: src/suggest/groonga_suggest_httpd.c (+1 -1)
===================================================================
--- src/suggest/groonga_suggest_httpd.c    2012-05-16 23:13:36 +0900 (a424267)
+++ src/suggest/groonga_suggest_httpd.c    2012-05-16 23:14:07 +0900 (0cb9f2b)
@@ -16,7 +16,7 @@
 */
 
 /* groonga origin headers */
-#include <str.h>
+#include <lib/str.h>
 
 #include <stdio.h>
 #include <signal.h>




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