* concat.c: Include "config.h".

From-SVN: r44481
This commit is contained in:
Andreas Jaeger 2001-07-30 21:23:38 +02:00 committed by Andreas Jaeger
parent c2c0294ae5
commit b6a2f88470
2 changed files with 7 additions and 0 deletions

View 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

View 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 */