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