From 207e95c029dda54683383473479607e55bd8f438 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 14 Jul 2014 08:50:14 +0200 Subject: [PATCH] include/compat.h: fix musl build and include inttypes.h. --- include/compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/compat.h b/include/compat.h index 235000a8..d81b82bc 100644 --- a/include/compat.h +++ b/include/compat.h @@ -1,6 +1,7 @@ #ifndef COMPAT_H #define COMPAT_H +#include #include #include