diff options
Diffstat (limited to 'net-p2p/gtk-gnutella/files/patch-main.c')
-rw-r--r-- | net-p2p/gtk-gnutella/files/patch-main.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/gtk-gnutella/files/patch-main.c b/net-p2p/gtk-gnutella/files/patch-main.c new file mode 100644 index 000000000000..04dd4cea1053 --- /dev/null +++ b/net-p2p/gtk-gnutella/files/patch-main.c @@ -0,0 +1,13 @@ +--- src/main.c.old Sun Sep 23 09:57:23 2001 ++++ src/main.c Sun Sep 23 09:57:49 2001 +@@ -2,7 +2,10 @@ + #include "gnutella.h" + + #include <signal.h> ++ ++#ifdef HAVE_MCHECK_H + #include <mcheck.h> ++#endif + + #include "interface.h" + #include "support.h" |