mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
$NetBSD: patch-plugins_actions_findandreplace_findandreplace_cc,v 1.1 2012/05/07 00:04:17 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- plugins/actions/findandreplace/findandreplace.cc~ 2008-11-22 10:11:23.000000000 +0000
|
|
+++ plugins/actions/findandreplace/findandreplace.cc
|
|
@@ -22,7 +22,7 @@
|
|
|
|
#include <extension/action.h>
|
|
#include <utility.h>
|
|
-#include <glib/gregex.h>
|
|
+#include <glib.h>
|
|
#include <gtkmm_utility.h>
|
|
#include <widget_config_utility.h>
|
|
#include <memory>
|