chiark / gitweb /
chkpath.c, utils.c: Missing includes.
[checkpath] / utils.c
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>