diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-16 01:05:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-16 01:05:05 +0000 |
commit | fa99459db0a91f66893afca6d3f55174c633cf2b (patch) | |
tree | 84670f0bf8a5bdedf870358416851838e463010e /libiberty/xatexit.c | |
parent | 02e2292ab3f40bc35b1e1eff4a46d90a3e8bc0b1 (diff) | |
download | gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.zip gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.tar.gz gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/xatexit.c')
-rw-r--r-- | libiberty/xatexit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/xatexit.c b/libiberty/xatexit.c index f29338a..6fdad9e 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" |