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 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 ---------------------------------------------------------*/
 
diff --git a/utils.c b/utils.c
index 883a219..6182d08 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>