1--- src/lha.h.orig 2006-10-10 16:27:51 UTC 2+++ src/lha.h 3@@ -16,6 +16,7 @@ 4 #endif 5 6 #include <stdio.h> 7+#include <stdlib.h> 8 #include <errno.h> 9 #include <ctype.h> 10 #include <sys/types.h> 11 12