diff options
author | Fred Fish <fnf@specifix.com> | 2006-10-05 01:04:23 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2006-10-05 01:04:23 +0000 |
commit | 8aceae7e500646eed9eac810c8945c31e352c789 (patch) | |
tree | ce02c6a9ff2b5835f292f749341199b6f0087410 /gdb/vec.c | |
parent | 331140640e913b2b381024fb5cf129ae6ee9f3f3 (diff) | |
download | gdb-8aceae7e500646eed9eac810c8945c31e352c789.zip gdb-8aceae7e500646eed9eac810c8945c31e352c789.tar.gz 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |