summaryrefslogtreecommitdiff
path: root/audio/buzztard/patches/patch-ac
blob: a06179b3c8b41c6f3c26c6720f55d5a0cdf013cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2009/09/10 20:16:45 wiz Exp $

--- src/ui/cmd/bt-cmd.c.orig	2008-11-02 21:15:59.000000000 +0000
+++ src/ui/cmd/bt-cmd.c
@@ -43,6 +43,8 @@
 
 #include "bt-cmd.h"
 
+#include <locale.h>
+
 static void usage(int argc, char **argv, GOptionContext *ctx) {
 #if GLIB_CHECK_VERSION(2,14,0)
   gchar *help=g_option_context_get_help(ctx, TRUE, NULL);