From: MORIOKA Tomohiko Date: Mon, 1 Apr 2013 05:41:04 +0000 (+0900) Subject: Include "config.h" if `HAVE_CONFIG_H' is defined. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=812b4978762d0d8bdf3ee37ffb5020a2d95ab930;ds=sidebyside Include "config.h" if `HAVE_CONFIG_H' is defined. --- diff --git a/sysdep.h b/sysdep.h index b28010a..202ed26 100644 --- a/sysdep.h +++ b/sysdep.h @@ -2,6 +2,9 @@ #define _CHISE_SYSDEP_H #include +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #ifndef HAVE_STRNLEN /* original in mysql, strings/strnlen.c.