diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-11 23:33:23 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-11 23:33:23 +0000 |
commit | 2af3d775f96120196be1e1a61a5da3905a65e5e4 (patch) | |
tree | caa8a966e2b428095382916220510834997b1c60 /gcc/incpath.c | |
parent | 6753c3c64c9fbd9252031644dfff1d171616f6a7 (diff) | |
download | gcc-2af3d775f96120196be1e1a61a5da3905a65e5e4.tar.gz |
Convert to md_asm_adjust
Using proper vectors instead of lists of trees.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/incpath.c')
-rw-r--r-- | gcc/incpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/incpath.c b/gcc/incpath.c index 6c54ca6c143..c4e0574cbf6 100644 --- a/gcc/incpath.c +++ b/gcc/incpath.c @@ -21,6 +21,7 @@ #include "system.h" #include "coretypes.h" #include "machmode.h" +#include "vec.h" #include "target.h" #include "tm.h" #include "cpplib.h" |