diff options
Diffstat (limited to 'type_decoder.c')
-rw-r--r-- | type_decoder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/type_decoder.c b/type_decoder.c index bbf1f64..3efba41 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <inttypes.h> #include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include "sigrokdecode-internal.h" #include "config.h" |