diff options
Diffstat (limited to 'graphics/librsvg2/files/patch-moz-plugin_moz-plugin.c')
-rw-r--r-- | graphics/librsvg2/files/patch-moz-plugin_moz-plugin.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/librsvg2/files/patch-moz-plugin_moz-plugin.c b/graphics/librsvg2/files/patch-moz-plugin_moz-plugin.c new file mode 100644 index 000000000000..f75959a2a4ef --- /dev/null +++ b/graphics/librsvg2/files/patch-moz-plugin_moz-plugin.c @@ -0,0 +1,15 @@ +--- moz-plugin/moz-plugin.c.orig Fri Sep 3 00:48:45 2004 ++++ moz-plugin/moz-plugin.c Fri Sep 3 00:49:35 2004 +@@ -26,9 +26,12 @@ + #include <config.h> + + #include <stdio.h> ++#ifdef HAVE_STDINT_H + #include <stdint.h> ++#endif + #include <unistd.h> + #include <sys/wait.h> ++#include <signal.h> + + #include <X11/Xlib.h> + #include <X11/Intrinsic.h> |