From 9d9d2500d77c14cc3523430b41dab59d0e23a663 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 10 Jan 2015 10:59:44 -0600 Subject: [PATCH] wmcalc: Switch #include to #include . Otherwise, wmcalc fails to build. --- wmcalc/wmcalc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcalc/wmcalc.c b/wmcalc/wmcalc.c index 19990a6..f68714b 100644 --- a/wmcalc/wmcalc.c +++ b/wmcalc/wmcalc.c @@ -38,7 +38,7 @@ ****************************************************************/ #include "wmcalc_x.h" -#include +#include #include #include #include