$NetBSD: patch-bb,v 1.1 2005/02/18 00:48:05 xtraeme Exp $ --- client/completion_hash.cc.orig 2005-02-18 01:38:24.000000000 +0100 +++ client/completion_hash.cc 2005-02-18 01:38:47.000000000 +0100 @@ -23,6 +23,10 @@ #include #include +#ifdef NEEDS_BSTRING_H // defines bzero() +#include +#endif + #undef SAFEMALLOC // Speed things up #include #include "completion_hash.h"