pkgsrc/print/jcabc2ps/patches/patch-buffer_c
2011-10-03 06:45:30 +00:00

16 lines
322 B
Text

$NetBSD: patch-buffer_c,v 1.1 2011/10/03 06:45:30 dholland Exp $
Use standard headers.
--- buffer.c~ 2006-01-06 22:48:10.000000000 +0000
+++ buffer.c
@@ -4,6 +4,9 @@
* See file jcabc2ps.c for details.
*/
+#include <string.h>
+#include <stdlib.h>
+
#include "jcabc2ps.h"
#include "buffer.h"
#include "pssubs.h"