blob: a2aa62889cfe74bf8e44fae25ede2595833a15cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1.1.1 2009/01/08 00:21:00 jmcneill Exp $
--- contrib/command-not-found/pk-command-not-found.c.orig 2008-12-09 03:22:23.000000000 -0500
+++ contrib/command-not-found/pk-command-not-found.c
@@ -22,6 +22,7 @@
#include "config.h"
#include <string.h>
+#include <locale.h>
#include <glib/gi18n.h>
#include <dbus/dbus-glib.h>
#include <packagekit-glib/packagekit.h>
|