summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/files/patch-src_pty.c
blob: da0f42b81a3c4923845fe3aa45fdde52ca00fdbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/pty.c.orig  Tue Feb 13 16:24:15 2007
+++ src/pty.c   Tue Feb 13 16:29:15 2007
@@ -271,6 +271,7 @@ _vte_pty_run_on_pty (struct vte_pty_chil
             GPid *pid, GError **error)
 {
    gboolean ret = TRUE;
+   extern char **environ;
    GError *local_error = NULL;
 
    if (command != NULL) {