diff options
Diffstat (limited to 'multimedia/gopchop/files/patch-src::ElementStream.h')
-rw-r--r-- | multimedia/gopchop/files/patch-src::ElementStream.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/gopchop/files/patch-src::ElementStream.h b/multimedia/gopchop/files/patch-src::ElementStream.h deleted file mode 100644 index c3927a980d86..000000000000 --- a/multimedia/gopchop/files/patch-src::ElementStream.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/ElementStream.h.orig Fri Jul 12 00:30:21 2002 -+++ src/ElementStream.h Fri Jul 12 00:33:44 2002 -@@ -29,7 +29,10 @@ - - #include "config.h" - #include "Vector.h" -+ -+#ifdef HAVE_STDINT_H - #include <stdint.h> -+#endif - - class ElementStream: public Vector - { |