]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* concat.c: Include "config.h".
authorAndreas Jaeger <aj@suse.de>
Mon, 30 Jul 2001 19:23:38 +0000 (21:23 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 30 Jul 2001 19:23:38 +0000 (21:23 +0200)
From-SVN: r44481

libiberty/ChangeLog
libiberty/concat.c

index 9d5e08588210650c68c1a26bf8580d44ba99c75c..fc312e664d8c57105229917a89ededf8472fcf8a 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-30  Andreas Jaeger  <aj@suse.de>
+
+       * concat.c: Include "config.h".
+
 2001-07-30  Andreas Jaeger  <aj@suse.de>
 
        * regex.c: Declare wcs functions only if compiling with
index 2e0ce4996e7ee171e7c53b6a6a43e2d0c749a2b4..01270eadcf2d74643c94c4a63ccbfed0935c4496 100644 (file)
@@ -53,6 +53,9 @@ NOTES
 */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include "ansidecl.h"
 #include "libiberty.h"
 #include <sys/types.h>         /* size_t */