summaryrefslogtreecommitdiff
path: root/gcc/incpath.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2015-05-11 16:33:23 -0700
committerRichard Henderson <rth@gcc.gnu.org>2015-05-11 16:33:23 -0700
commit7ca35180e923e40e8de6df1953c9177d22eae665 (patch)
treecaa8a966e2b428095382916220510834997b1c60 /gcc/incpath.c
parent15a85b055d38e8f0000da08d80e143a89ecb827e (diff)
Convert to md_asm_adjust
Using proper vectors instead of lists of trees. From-SVN: r223025
Diffstat (limited to 'gcc/incpath.c')
-rw-r--r--gcc/incpath.c1
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"