X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fxatexit.c;h=6fdad9ed806a0a336f75c7869bb19a23bc6521d3;hb=5817ffd1f81cf2d2ae173071775e6e620aa41283;hp=f29338a9f2ac341e3d64e87cb2d506fc7936c4e7;hpb=49b1fae4309ab5b9833f0af388483c2b6b4b3d50;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/xatexit.c b/libiberty/xatexit.c index f29338a9f2..6fdad9ed80 100644 --- a/libiberty/xatexit.c +++ b/libiberty/xatexit.c @@ -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"