projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b0743a
)
Include "config.h" when HAVE_CONFIG_H is defined.
author
tomo
<tomo>
Mon, 7 Jul 2003 10:18:37 +0000
(10:18 +0000)
committer
tomo
<tomo>
Mon, 7 Jul 2003 10:18:37 +0000
(10:18 +0000)
chise.c
patch
|
blob
|
history
diff --git
a/chise.c
b/chise.c
index
04b5041
..
6e8bb46
100644
(file)
--- a/
chise.c
+++ b/
chise.c
@@
-1,3
+1,7
@@
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "chise.h"
#define xzero(lvalue) ((void) memset (&(lvalue), '\0', sizeof (lvalue)))