chiark / gitweb /
chkpath.c, utils.c: Missing includes.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 Jul 2013 14:33:48 +0000 (15:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 16 Jul 2013 14:33:48 +0000 (15:33 +0100)
chkpath.c
utils.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 ---------------------------------------------------------*/
 
diff --git a/utils.c b/utils.c
index 883a21973ff1f13e6a7b8a1b7ffddc92c6beffde..6182d08ea966ffa12d58a629427e45b1fd9ce4a9 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -29,6 +29,7 @@
 #include "config.h"
 
 #include <ctype.h>
+#include <stdlib.h>
 
 #include <sys/types.h>