aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
diff options
context:
space:
mode:
authorMichael Meissner <meissner@cygnus.com>1998-05-28 06:47:21 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1998-05-28 06:47:21 +0000
commitd05a5492a531fbee813b2f365fa68127ff445af3 (patch)
tree0c8776fc0cc09c89cb6d94bb6656b081961c734d /gcc/c-pragma.c
parentb7698cf042b922cfa0e38695ab90e441faae301e (diff)
downloadgcc-d05a5492a531fbee813b2f365fa68127ff445af3.zip
gcc-d05a5492a531fbee813b2f365fa68127ff445af3.tar.gz
gcc-d05a5492a531fbee813b2f365fa68127ff445af3.tar.bz2
Make rtx, tree types type correct if the appropriate include files was not included
From-SVN: r20114
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 270cd20..3d01925 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"