16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
$NetBSD: patch-ai,v 1.2 2007/03/11 18:42:28 adam Exp $
|
|
|
|
--- client/completion_hash.cc.orig 2007-03-05 20:21:39.000000000 +0100
|
|
+++ client/completion_hash.cc
|
|
@@ -22,6 +22,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"
|