aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2022-07-08 15:11:40 +0100
committerPhilip Herron <philip.herron@embecosm.com>2022-07-15 11:57:36 +0100
commit8775525b042679bdd9c2b8dad68e65cec4b3dd79 (patch)
treef0a8f91ad61611b4e5d67bad13c9fc4c7ed40604 /gcc
parentf51284b598863eb0cbeb2984fd1499a672f2191d (diff)
downloadgcc-8775525b042679bdd9c2b8dad68e65cec4b3dd79.zip
gcc-8775525b042679bdd9c2b8dad68e65cec4b3dd79.tar.gz
gcc-8775525b042679bdd9c2b8dad68e65cec4b3dd79.tar.bz2
Add missing include for intellisense
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/rust-object-export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rust/rust-object-export.h b/gcc/rust/rust-object-export.h
index 1704f59..fcede54 100644
--- a/gcc/rust/rust-object-export.h
+++ b/gcc/rust/rust-object-export.h
@@ -19,6 +19,8 @@
#ifndef RUST_OBJECT_EXPORT_H
#define RUST_OBJECT_EXPORT_H
+#include "rust-system.h"
+
extern unsigned int
rust_field_alignment (tree t);