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.
12 lines
318 B
Text
12 lines
318 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2009/09/10 20:16:45 wiz Exp $
|
|
|
|
--- src/ui/edit/bt-edit.c.orig 2008-11-02 21:15:59.000000000 +0000
|
|
+++ src/ui/edit/bt-edit.c
|
|
@@ -41,6 +41,7 @@
|
|
#define BT_EDIT
|
|
#define BT_EDIT_C
|
|
|
|
+#include <locale.h>
|
|
#include "bt-edit.h"
|
|
|
|
static void usage(int argc, char **argv, GOptionContext *ctx) {
|