summaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-28 06:47:21 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-28 06:47:21 +0000
commitbd3b10888bb2aaa30742b85acb9fdd5ccdb3ead2 (patch)
tree0c8776fc0cc09c89cb6d94bb6656b081961c734d /gcc/c-pragma.c
parentef5a592cbaa771b40ec530a714293dd8a4c11b07 (diff)
downloadgcc-bd3b10888bb2aaa30742b85acb9fdd5ccdb3ead2.tar.gz
Make rtx, tree types type correct if the appropriate include files was not included
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20114 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r--gcc/c-pragma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c
index 270cd20c572..3d01925a4bd 100644
--- a/gcc/c-pragma.c
+++ b/gcc/c-pragma.c
@@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
+#include "rtl.h"
#include "tree.h"
#include "except.h"
#include "function.h"