From: Mark Wooding Date: Tue, 16 Jul 2013 14:33:48 +0000 (+0100) Subject: chkpath.c, utils.c: Missing includes. X-Git-Tag: 1.2.3~2^2~2 X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/commitdiff_plain/57f5a28fc4254ceb9ba48fc43353f839b620d507 chkpath.c, utils.c: Missing includes. --- diff --git a/chkpath.c b/chkpath.c index 08c39c7..7dea761 100644 --- a/chkpath.c +++ b/chkpath.c @@ -43,6 +43,7 @@ #include #include "checkpath.h" +#include "utils.h" /*----- Main code ---------------------------------------------------------*/ diff --git a/utils.c b/utils.c index 883a219..6182d08 100644 --- a/utils.c +++ b/utils.c @@ -29,6 +29,7 @@ #include "config.h" #include +#include #include