diff options
author | DJ Delorie <dj@redhat.com> | 2004-11-20 03:00:47 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-11-20 03:00:47 +0000 |
commit | 3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e (patch) | |
tree | 89bc065c9804aa0c00ae1ae8f848c03da72fe059 /libiberty/objalloc.c | |
parent | ef81051b92dbd9bb3bda14700c07fc9c5ce35e96 (diff) | |
download | gdb-3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e.zip gdb-3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e.tar.gz gdb-3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/objalloc.c')
-rw-r--r-- | libiberty/objalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/objalloc.c b/libiberty/objalloc.c index 5099569..1cda7b9 100644 --- a/libiberty/objalloc.c +++ b/libiberty/objalloc.c @@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ansidecl.h" #include "config.h" +#include "ansidecl.h" #include "objalloc.h" |