From b3196ffdb4e08bcbb38665c1431ab3eb0f79704c Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 7 Apr 2015 02:45:10 -0500 Subject: [PATCH] wmload: Add missing headers. Fixes "incompatible implicit declaration of built-in function" warnings. --- wmload/wmload.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmload/wmload.c b/wmload/wmload.c index cad9970..d3bd60c 100644 --- a/wmload/wmload.c +++ b/wmload/wmload.c @@ -1,4 +1,6 @@ #include +#include +#include #include #include #include