include/compat.h: fix musl build and include inttypes.h.
This commit is contained in:
parent
4356b6fd65
commit
207e95c029
@ -1,6 +1,7 @@
|
||||
#ifndef COMPAT_H
|
||||
#define COMPAT_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user