blob: 6b16baf0c0b780e319e8b4d0a3418c7157d1d389 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-src_hyper_htadd.c,v 1.1 2012/03/23 21:21:36 asau Exp $
--- src/hyper/htadd.c.orig 2011-07-07 19:04:11.000000000 +0000
+++ src/hyper/htadd.c
@@ -43,6 +43,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <stdlib.h>
+#include <string.h>
#include <locale.h>
#include "cfuns.h"
|