From 24d1051584e8a50016d18cee121b75fae6d00bac Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Mon, 31 Oct 2011 18:32:40 +0000 Subject: [PATCH] include inttypes to get PRIx32 definition --- src/sdp_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sdp_util.c b/src/sdp_util.c index fa9317973..a8432a401 100644 --- a/src/sdp_util.c +++ b/src/sdp_util.c @@ -40,6 +40,7 @@ #include #include #include +#include // PRIx32 // workaround for missing PRIx32 on mspgcc (16-bit MCU) #ifndef PRIx32