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