[Groonga-commit] groonga/groonga at bded90a [master] Use <...> style include for header that doesn't exist in the current directory

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 9 18:22:57 JST 2013


Kouhei Sutou	2013-05-09 18:22:57 +0900 (Thu, 09 May 2013)

  New Revision: bded90a2b69e44ae541a28656b899569f8fe02d6
  https://github.com/groonga/groonga/commit/bded90a2b69e44ae541a28656b899569f8fe02d6

  Message:
    Use <...> style include for header that doesn't exist in the current directory

  Modified files:
    lib/nfkc.c

  Modified: lib/nfkc.c (+1 -1)
===================================================================
--- lib/nfkc.c    2013-05-09 18:20:29 +0900 (3e6eca0)
+++ lib/nfkc.c    2013-05-09 18:22:57 +0900 (252fb21)
@@ -18,7 +18,7 @@ don't edit this file by hand. it generated automatically by nfkc.rb
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif /* HAVE_CONFIG_H */
 
 #include <groonga/nfkc.h>
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index