diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-09-09 02:22:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-09-09 02:24:00 -0400 |
commit | a13ab747e7abc67fca3568195bf943708261a39e (patch) | |
tree | 1b8d80dff1df7cf0e96b3e2a6bf5de2d3d761f0e /sim/ppc/device.c | |
parent | ee73abf25e8431f4ea8c95629622cf23515c1d07 (diff) | |
download | gdb-a13ab747e7abc67fca3568195bf943708261a39e.zip gdb-a13ab747e7abc67fca3568195bf943708261a39e.tar.gz gdb-a13ab747e7abc67fca3568195bf943708261a39e.tar.bz2 |
sim: ppc: enable use of gnulib
All other sim arches are using this now, so finish up the logic in
the ppc arch to enable gnulib usage here too.
Diffstat (limited to 'sim/ppc/device.c')
-rw-r--r-- | sim/ppc/device.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/device.c b/sim/ppc/device.c index 4abef6f..aa97e0b 100644 --- a/sim/ppc/device.c +++ b/sim/ppc/device.c @@ -21,6 +21,9 @@ #ifndef _DEVICE_C_ #define _DEVICE_C_ +/* This must come before any other includes. */ +#include "defs.h" + #include <stdio.h> #include "device_table.h" |