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