From 3547f99a3092d262a23c120aa8d97945ccf3eeb6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jun 2021 20:43:22 -0400 Subject: sim: ppc: use common ATTRIBUTE_PACKED macro Drop local packed attribute with the common ansidecl.h define. --- sim/ppc/double.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/ppc/double.c') diff --git a/sim/ppc/double.c b/sim/ppc/double.c index d9002e6..615797f 100644 --- a/sim/ppc/double.c +++ b/sim/ppc/double.c @@ -22,6 +22,7 @@ #define _DOUBLE_C_ #include "basics.h" +#include "ansidecls.h" #define SFtype unsigned32 #define DFtype unsigned64 -- cgit v1.1