Fixed warning in error.c v0.3.2-2
authorviric@llimona
Fri, 06 Apr 2007 00:59:32 +0200
changeset 105 98b6955472dd
parent 104 dc4dd9939238
child 106 693f4b8a49d8
Fixed warning in error.c
error.c
--- a/error.c	Fri Apr 06 00:58:25 2007 +0200
+++ b/error.c	Fri Apr 06 00:59:32 2007 +0200
@@ -13,6 +13,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <stdarg.h>
+#include <stdlib.h>
 
 #include "main.h"
 #include "msg.h"