Files
pkgsrc-ng/print/jcabc2ps/patches/patch-format_c
2013-09-26 17:14:40 +02:00

15 lines
261 B
Plaintext

$NetBSD: patch-format_c,v 1.1 2011/10/03 06:45:30 dholland Exp $
Use standard headers.
--- format.c~ 2011-10-03 06:32:50.000000000 +0000
+++ format.c
@@ -5,6 +5,7 @@
*/
#include <string.h>
+#include <stdlib.h>
#include "jcabc2ps.h"
#include "misc.h"