From 03275f410f5b4fac7f306a9dca919f6e9042824a Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Thu, 6 Sep 2012 15:26:40 +0930 Subject: [PATCH] Include stdint.h for intmax_t. --- log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/log.c b/log.c index de0fc0f2..f257e83c 100644 --- a/log.c +++ b/log.c @@ -31,6 +31,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include #include #include +#include #include "log.h" #include "net.h"