openbsd-ports/x11/gnome/media/patches/patch-profiles_gnome-audio-profiles-properties_c
2009-03-08 18:47:04 +00:00

15 lines
440 B
Plaintext

$OpenBSD: patch-profiles_gnome-audio-profiles-properties_c,v 1.1 2009/03/08 18:47:04 jasper Exp $
Fix 64-bit issue.
--- profiles/gnome-audio-profiles-properties.c.orig Sun Mar 8 19:40:40 2009
+++ profiles/gnome-audio-profiles-properties.c Sun Mar 8 19:41:01 2009
@@ -23,6 +23,7 @@
#include <config.h>
#endif
+#include <libintl.h>
#include <gtk/gtkmain.h>
#include <libgnome/gnome-program.h>
#include <libgnomeui/gnome-ui-init.h>