From 3865f55b4195bac67932ac3aacbd8f3c53239b62 Mon Sep 17 00:00:00 2001 From: Lyndon Nerenberg Date: Sun, 25 Dec 2011 17:20:26 -0800 Subject: [PATCH] Include for snprintf() prototype. --- config/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.c b/config/config.c index c2d307e..b08b3e2 100644 --- a/config/config.c +++ b/config/config.c @@ -8,6 +8,7 @@ */ #include +#include #ifdef MHRC # include -- 1.7.10.4