Initial import of buzztard-0.5.0 and its components.
[pkgsrc.git] / audio / buzztard / patches / patch-ac
1 $NetBSD$
2
3 --- src/ui/cmd/bt-cmd.c.orig    2008-11-02 21:15:59.000000000 +0000
4 +++ src/ui/cmd/bt-cmd.c
5 @@ -43,6 +43,8 @@
6  
7  #include "bt-cmd.h"
8  
9 +#include <locale.h>
10 +
11  static void usage(int argc, char **argv, GOptionContext *ctx) {
12  #if GLIB_CHECK_VERSION(2,14,0)
13    gchar *help=g_option_context_get_help(ctx, TRUE, NULL);