aboutsummaryrefslogtreecommitdiff
path: root/gdb/vec.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2006-10-05 01:04:23 +0000
committerFred Fish <fnf@specifix.com>2006-10-05 01:04:23 +0000
commit8aceae7e500646eed9eac810c8945c31e352c789 (patch)
treece02c6a9ff2b5835f292f749341199b6f0087410 /gdb/vec.c
parent331140640e913b2b381024fb5cf129ae6ee9f3f3 (diff)
downloadfsf-binutils-gdb-8aceae7e500646eed9eac810c8945c31e352c789.zip
fsf-binutils-gdb-8aceae7e500646eed9eac810c8945c31e352c789.tar.gz
fsf-binutils-gdb-8aceae7e500646eed9eac810c8945c31e352c789.tar.bz2
Reviewed and approved by Daniel Jacobowitz <drow@false.org>
2006-10-04 Fred Fish <fnf@specifix.com> * vec.c: Include defs.h first. This pulls in config.h which can affect other includes.
Diffstat (limited to 'gdb/vec.c')
-rw-r--r--gdb/vec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/vec.c b/gdb/vec.c
index 4f67e68..d5a0929 100644
--- a/gdb/vec.c
+++ b/gdb/vec.c
@@ -19,8 +19,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
-#include "vec.h"
#include "defs.h"
+#include "vec.h"
struct vec_prefix
{