cvsdist 642fb35
--- a2ps-4.13/lib/path-concat.c.malloc	2004-03-02 11:27:49.000000000 +0000
cvsdist 642fb35
+++ a2ps-4.13/lib/path-concat.c	2004-03-02 11:28:14.000000000 +0000
cvsdist 642fb35
@@ -31,7 +31,7 @@
cvsdist 642fb35
 #endif
cvsdist 642fb35
 #include <sys/types.h>
cvsdist 642fb35
 
cvsdist 642fb35
-char *malloc ();
cvsdist 642fb35
+#include <stdlib.h>
cvsdist 642fb35
 
cvsdist 642fb35
 #ifndef DIRECTORY_SEPARATOR
cvsdist 642fb35
 # define DIRECTORY_SEPARATOR '/'