diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-11 06:01:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-11 06:01:20 +0000 |
commit | 88e5f95a93c944cdcf31c26c3d93baddc8d18872 (patch) | |
tree | fc657a1fb5e0ceeb952b5e5ad8744fec0332849c /contrib/binutils/include/partition.h | |
parent | bde4025733b25eb758560c82632106eafd34580e (diff) | |
download | src-test2-88e5f95a93c944cdcf31c26c3d93baddc8d18872.tar.gz src-test2-88e5f95a93c944cdcf31c26c3d93baddc8d18872.zip |
Notes
Diffstat (limited to 'contrib/binutils/include/partition.h')
-rw-r--r-- | contrib/binutils/include/partition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/binutils/include/partition.h b/contrib/binutils/include/partition.h index 851422a957a2..885a79b4ba32 100644 --- a/contrib/binutils/include/partition.h +++ b/contrib/binutils/include/partition.h @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. @@ -40,7 +40,7 @@ extern "C" { #endif /* __cplusplus */ -#include <ansidecl.h> +#include "ansidecl.h" #include <stdio.h> struct partition_elem |