From: Richard Kenner Date: Wed, 9 Oct 1996 11:00:20 +0000 (-0400) Subject: Include defaults.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89c96a4088bcf73b20fc1e333c826085c55eb090;p=gcc.git Include defaults.h. From-SVN: r12922 --- 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 #include "regs.h" +#include "defaults.h" #include "flags.h" #include "insn-config.h" #include "reload.h"