aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gopchop/files/patch-src::ElementStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gopchop/files/patch-src::ElementStream.h')
-rw-r--r--multimedia/gopchop/files/patch-src::ElementStream.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/gopchop/files/patch-src::ElementStream.h b/multimedia/gopchop/files/patch-src::ElementStream.h
new file mode 100644
index 000000000000..fade4cb8deeb
--- /dev/null
+++ b/multimedia/gopchop/files/patch-src::ElementStream.h
@@ -0,0 +1,13 @@
+--- src/ElementStream.h.orig Thu Jan 17 06:32:23 2002
++++ src/ElementStream.h Tue May 6 21:35:30 2003
+@@ -29,7 +29,10 @@
+
+ #include "config.h"
+ #include "Vector.h"
++
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
++#endif
+
+ class ElementStream: public Vector
+ {