15 lines
455 B
Text
15 lines
455 B
Text
$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 <my_global.h>
|
|
#include <m_string.h>
|
|
+#ifdef NEEDS_BSTRING_H // defines bzero()
|
|
+#include <bstring.h>
|
|
+#endif
|
|
+
|
|
#undef SAFEMALLOC // Speed things up
|
|
#include <my_sys.h>
|
|
#include "completion_hash.h"
|