diff options
Diffstat (limited to 'graphics/gxine/patches/patch-ae')
-rw-r--r-- | graphics/gxine/patches/patch-ae | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/gxine/patches/patch-ae b/graphics/gxine/patches/patch-ae index 2eb03ccb94a..6f131612cc6 100644 --- a/graphics/gxine/patches/patch-ae +++ b/graphics/gxine/patches/patch-ae @@ -1,12 +1,12 @@ -$NetBSD: patch-ae,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ +$NetBSD: patch-ae,v 1.2 2003/04/11 09:24:24 rh Exp $ ---- browser-plugin/plugin.c.orig Sun Mar 23 04:37:39 2003 +--- browser-plugin/plugin.c.orig 2003-04-11 17:31:44.000000000 +1000 +++ browser-plugin/plugin.c -@@ -37,6 +37,7 @@ - #include <X11/Xatom.h> - - #include <stdio.h> +@@ -28,6 +28,7 @@ + #include <unistd.h> + #include <string.h> + #include <stdlib.h> +#include <signal.h> - #include <math.h> - - #include <glib.h> + #include <dlfcn.h> + #include <errno.h> + #include <X11/X.h> |