projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1bd861
)
Include "config.h" if `HAVE_CONFIG_H' is defined.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 1 Apr 2013 05:41:04 +0000
(14:41 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 1 Apr 2013 05:41:04 +0000
(14:41 +0900)
sysdep.h
patch
|
blob
|
history
diff --git
a/sysdep.h
b/sysdep.h
index
b28010a
..
202ed26
100644
(file)
--- a/
sysdep.h
+++ b/
sysdep.h
@@
-2,6
+2,9
@@
#define _CHISE_SYSDEP_H
#include <string.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#ifndef HAVE_STRNLEN
/* original in mysql, strings/strnlen.c.