summaryrefslogtreecommitdiff
path: root/extra/libzvt/libzvt-2.0.1-correct_glib_include.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-30 21:51:45 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-30 21:51:45 -0500
commit40662730929b3fa98eb78d44c317c3b1f0e43010 (patch)
tree4edf98125f2ed9b560990392eef373cb9bf25b28 /extra/libzvt/libzvt-2.0.1-correct_glib_include.patch
parentf61090cc9177608c18cf176eb77e799fce9ef9df (diff)
Add libzvt-2.0.1-correct_glib_include.patch
Diffstat (limited to 'extra/libzvt/libzvt-2.0.1-correct_glib_include.patch')
-rw-r--r--extra/libzvt/libzvt-2.0.1-correct_glib_include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libzvt/libzvt-2.0.1-correct_glib_include.patch b/extra/libzvt/libzvt-2.0.1-correct_glib_include.patch
new file mode 100644
index 000000000..e94c49135
--- /dev/null
+++ b/extra/libzvt/libzvt-2.0.1-correct_glib_include.patch
@@ -0,0 +1,11 @@
+--- libzvt-2.0.1.orig/libzvt/gnome-pty-helper.c 2002-06-05 01:07:33.000000000 -0500
++++ libzvt-2.0.1/libzvt/gnome-pty-helper.c 2012-11-29 20:07:50.505466139 -0500
+@@ -52,7 +52,7 @@
+ #include <stdio.h>
+ #include <utmp.h>
+ #include <grp.h>
+-#include <glib/galloca.h>
++#include <glib.h>
+ #include "gnome-pty.h"
+ #include "gnome-login-support.h"
+