blob: 9e10c546286efd2549f0d6dce5cee3e03f0c8041 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1.1.1 2004/07/19 20:29:37 wiz Exp $
--- mapper.c.orig 2001-04-11 23:45:47.000000000 +0200
+++ mapper.c
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "consts.h"
#include "globals.h"
|