aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-07-23 20:09:26 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-07-23 20:09:26 +0000
commit1ef08c6373cde5339b3d4db95057ee148ea659cb (patch)
treecaccaf3ec69327541f4df3fc536a2e0bb6d6fca2 /gcc/c-pragma.c
parent6adb4e3a29c612cc99a26a54364917e3a1709e8c (diff)
downloadgcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.zip
gcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.tar.gz
gcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.tar.bz2
install EH code
From-SVN: r12550
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 2c06792..886c67b 100644
--- a/gcc/c-pragma.c
+++ b/gcc/c-pragma.c
@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include "config.h"
#include "tree.h"
+#include "except.h"
#include "function.h"
#include "defaults.h"
#include "c-pragma.h"