mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
$NetBSD: patch-aa,v 1.1 2004/03/15 14:53:03 jmmv Exp $
|
|
|
|
--- src/main.c.orig 2003-12-14 15:39:48.000000000 +0100
|
|
+++ src/main.c
|
|
@@ -15,6 +15,7 @@
|
|
* Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. */
|
|
|
|
#include <config.h>
|
|
+#include <locale.h>
|
|
#include <gnome.h>
|
|
#include <gtk/gtk.h>
|
|
#include "pkgview.h"
|