863fa6398a
Buzztard is a music composer similar to tracker applications. It is roughly modeled after the windows only, closed source and now discontinued application called Buzz.
13 lines
370 B
Text
13 lines
370 B
Text
$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);
|