blob: f3f8e8de89da7b9e381c64b45f8ad04e022a0a36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2006/08/21 13:19:33 gdt Exp $
--- tphdisk.c.orig 2006-08-21 09:16:45.000000000 -0400
+++ tphdisk.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
typedef unsigned short u16;
|