From c9fecc48f499e0d1544330717bfb0b77e7816b83 Mon Sep 17 00:00:00 2001 From: Kristen Carlson Accardi Date: Wed, 25 Aug 2010 04:00:21 -0700 Subject: stkutil: change uint32_t to guint32 This helps avoid needing to include any extra header files if stkutil.h is included in sim.c --- src/stkutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stkutil.h b/src/stkutil.h index ea9294c7..44d167a7 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -852,7 +852,7 @@ struct stk_card_reader_id { struct stk_other_address { union { /* Network Byte Order */ - uint32_t ipv4; + guint32 ipv4; unsigned char ipv6[16]; } addr; enum stk_address_type type; -- cgit v1.2.3