Merge pull request #15480 from kaspar030/frac_inttypes
sys/frac/frac.c: add missing inttypes.h include
This commit is contained in:
commit
dd1de91c63
@ -17,6 +17,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "assert.h"
|
||||
#include "frac.h"
|
||||
#include "bitarithm.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user