include/compat.h: fix musl build and include inttypes.h.

This commit is contained in:
Juan RP 2014-07-14 08:50:14 +02:00
parent 4356b6fd65
commit 207e95c029

View File

@ -1,6 +1,7 @@
#ifndef COMPAT_H
#define COMPAT_H
#include <inttypes.h>
#include <sys/types.h>
#include <stdarg.h>