sys/frac/frac.c: add missing inttypes.h include
This commit is contained in:
parent
63af227f01
commit
6fdcecc648
@ -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