* concat.c: Include "config.h".
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2001 19:23:38 +0000 (19:23 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2001 19:23:38 +0000 (19:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44481 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/concat.c

index 9d5e085..fc312e6 100644 (file)
@@ -1,5 +1,9 @@
 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
        MBS_SUPPORT.
        Don't use #elif for traditional C.
index 2e0ce49..01270ea 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 */