Merge pull request #15480 from kaspar030/frac_inttypes

sys/frac/frac.c: add missing inttypes.h include
This commit is contained in:
benpicco 2020-11-20 12:05:22 +01:00 committed by GitHub
commit dd1de91c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@
#include <stdint.h>
#include <stdio.h>
#include <inttypes.h>
#include "assert.h"
#include "frac.h"
#include "bitarithm.h"