[gs-cvs] rev 8618 - trunk/gs/src/rinkj

giles at ghostscript.com giles at ghostscript.com
Thu Apr 3 18:02:16 PDT 2008


Author: giles
Date: 2008-04-03 18:02:16 -0700 (Thu, 03 Apr 2008)
New Revision: 8618

Modified:
   trunk/gs/src/rinkj/rinkj-byte-stream.c
Log:
Include stdlib.h for malloc and free in the rinkj device. Bug 689780.


Modified: trunk/gs/src/rinkj/rinkj-byte-stream.c
===================================================================
--- trunk/gs/src/rinkj/rinkj-byte-stream.c	2008-04-01 00:28:17 UTC (rev 8617)
+++ trunk/gs/src/rinkj/rinkj-byte-stream.c	2008-04-04 01:02:16 UTC (rev 8618)
@@ -16,6 +16,7 @@
 
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <stdarg.h>
 #include "rinkj-byte-stream.h"
 



More information about the gs-cvs mailing list