Commit b6a2f884 by Andreas Jaeger Committed by Andreas Jaeger

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

From-SVN: r44481
parent c2c0294a
2001-07-30 Andreas Jaeger <aj@suse.de> 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 * regex.c: Declare wcs functions only if compiling with
MBS_SUPPORT. MBS_SUPPORT.
Don't use #elif for traditional C. Don't use #elif for traditional C.
......
...@@ -53,6 +53,9 @@ NOTES ...@@ -53,6 +53,9 @@ NOTES
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "ansidecl.h" #include "ansidecl.h"
#include "libiberty.h" #include "libiberty.h"
#include <sys/types.h> /* size_t */ #include <sys/types.h> /* size_t */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment