summaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-10-09 11:00:20 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-10-09 11:00:20 +0000
commit15e65bc5c7ea743ca3b4470093e982c8c69fe50d (patch)
treea13542e9dea95849867afc51b2581c9ac871d373 /gcc/sdbout.c
parent12ec0a8ac7306ba28c26ca35f7fdb096eb161ce1 (diff)
downloadgcc-15e65bc5c7ea743ca3b4470093e982c8c69fe50d.tar.gz
Include defaults.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12922 138bc75d-0d04-0410-961f-82ee72b054a4
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 be72faf0b04..9a3ab92f8df 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"