$NetBSD: patch-client_completion_hash.cc,v 1.1 2022/04/17 04:07:14 jnemeth Exp $ * Portability: include if exists. --- client/completion_hash.cc.orig 2010-02-04 11:36:51.000000000 +0000 +++ client/completion_hash.cc @@ -22,6 +22,10 @@ #include #include +#ifdef NEEDS_BSTRING_H // defines bzero() +#include +#endif + #include #include "completion_hash.h"