]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/xatexit.c
asprintf.c: Include config.h.
[thirdparty/gcc.git] / libiberty / xatexit.c
index f29338a9f2ac341e3d64e87cb2d506fc7936c4e7..6fdad9ed806a0a336f75c7869bb19a23bc6521d3 100644 (file)
@@ -22,6 +22,9 @@ failure.  If you use @code{xatexit} to register functions, you must use
 /* Adapted from newlib/libc/stdlib/{,at}exit.[ch].
    If you use xatexit, you must call xexit instead of exit.  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include "ansidecl.h"
 #include "libiberty.h"