$NetBSD: patch-aa,v 1.1.1.1 2004/02/09 00:30:25 chris Exp $

--- taglib/toolkit/taglib.h.orig	2004-02-08 16:24:42.000000000 +0000
+++ taglib/toolkit/taglib.h	2004-02-08 16:26:01.000000000 +0000
@@ -29,6 +29,13 @@
 
 //! A namespace for all TagLib related classes and functions
 
+/*
+ * not all C++ compilers provide char_traits for wchar
+ * so we borrow a file from id3lib as it has the relevant bits
+ */
+#define ID3_NEED_WCHAR_TEMPLATE 1
+#include "id3lib_strings.h"
+
 /*!
  * This namespace contains everything in TagLib.  For projects working with
  * TagLib extensively it may be conveniten to add a
