diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-09-08 23:56:38 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-09-08 23:56:38 +0000 |
commit | 8b3797aa18a91157c0aaa1012cf31e3d5ea025b7 (patch) | |
tree | dc9d33523b84fa048955970fc057252f4ec4fa5f /sim/ppc/gen.c | |
parent | ed753c20492aad05a0bd210970412c6e333dd09c (diff) | |
download | gdb-8b3797aa18a91157c0aaa1012cf31e3d5ea025b7.zip gdb-8b3797aa18a91157c0aaa1012cf31e3d5ea025b7.tar.gz gdb-8b3797aa18a91157c0aaa1012cf31e3d5ea025b7.tar.bz2 |
Update to new config scheme
Diffstat (limited to 'sim/ppc/gen.c')
-rw-r--r-- | sim/ppc/gen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/gen.c b/sim/ppc/gen.c index e6e5c16..9341cd8 100644 --- a/sim/ppc/gen.c +++ b/sim/ppc/gen.c @@ -42,6 +42,7 @@ #include <string.h> #include "config.h" +#include "ppc-config.h" #undef WITH_ASSERT #define WITH_ASSERT 1 |