blob: 3d6ca174cf6e23934f305bb563ca4fb5eb90019e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- cnv/pgmtorle.c.orig 1992-04-30 22:57:30.000000000 +0900
+++ cnv/pgmtorle.c 2012-10-16 00:55:59.000000000 +0900
@@ -35,6 +35,7 @@
* System includes.
*/
#include <stdio.h>
+#include <string.h>
#include <pgm.h>
#undef abs /* Screws up stdlib.h. */
#define NO_DECLARE_MALLOC
|