chkpath.c, utils.c: Missing includes.
[checkpath] / chkpath.c
index 08c39c7..7dea761 100644 (file)
--- a/chkpath.c
+++ b/chkpath.c
@@ -43,6 +43,7 @@
 #include <mLib/report.h>
 
 #include "checkpath.h"
+#include "utils.h"
 
 /*----- Main code ---------------------------------------------------------*/