summaryrefslogtreecommitdiff
path: root/lang/smalltalk/files/patch-libgst_cint.c
blob: c6906d0bee6a1445393f7e6a3bd87f7fc6dac9ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libgst/cint.c.orig	2013-04-29 23:42:00.000000000 +0200
+++ libgst/cint.c	2013-04-29 23:42:10.000000000 +0200
@@ -399,6 +399,7 @@ my_putenv (const char *str)
 static char **
 get_environ (void)
 {
+  extern char **environ;
   return environ;
 }