Reviewed and approved by Daniel Jacobowitz <drow@false.org>
authorFred Fish <fnf@specifix.com>
Thu, 5 Oct 2006 01:04:23 +0000 (01:04 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 5 Oct 2006 01:04:23 +0000 (01:04 +0000)
2006-10-04  Fred Fish  <fnf@specifix.com>
* vec.c: Include defs.h first.  This pulls in config.h which can
affect other includes.

gdb/ChangeLog
gdb/vec.c

index c6bf6b3a880f025d7fd6ce240192446403da9c92..7f0a0dc89a14729fc26e7031f4cfaa077b78e58c 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-04  Fred Fish  <fnf@specifix.com>
+
+       * vec.c: Include defs.h first.  This pulls in config.h which can
+       affect other includes.
+
 2006-10-04  Joel Brobecker  <brobecker@adacore.com>
 
        * somread.c (som_symtab_read): Avoid using alloca for potentially
index 4f67e68bd55db4601639f822ea65d2e2ec6f710e..d5a09296322805a1082f06ac6ffcd3fec6502cbf 100644 (file)
--- 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
 {