* concat.c: Include "config.h".
From-SVN: r44481
This commit is contained in:
parent
c2c0294ae5
commit
b6a2f88470
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue