blob: adc444fc324aee5d890e1116dad19acecbb5c127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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"
|