aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-10-09 07:00:20 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-10-09 07:00:20 -0400
commit89c96a4088bcf73b20fc1e333c826085c55eb090 (patch)
treea13542e9dea95849867afc51b2581c9ac871d373 /gcc/sdbout.c
parentebde8a27549bdf9cba2b29f8549c65c3b14d3980 (diff)
downloadgcc-89c96a4088bcf73b20fc1e333c826085c55eb090.zip
gcc-89c96a4088bcf73b20fc1e333c826085c55eb090.tar.gz
gcc-89c96a4088bcf73b20fc1e333c826085c55eb090.tar.bz2
Include defaults.h.
From-SVN: r12922
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index be72faf..9a3ab92f 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -48,6 +48,7 @@ AT&T C compiler. From the example below I would conclude the following:
#include "rtl.h"
#include <stdio.h>
#include "regs.h"
+#include "defaults.h"
#include "flags.h"
#include "insn-config.h"
#include "reload.h"