aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gopchop/files/patch-src::ElementStream.h
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-12 07:53:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-12 07:53:38 +0000
commit81bbce0e113c14f4a5c270f2715fc61de7500d6a (patch)
tree003197e883d75c3065bccd6639994da8be942b5a /multimedia/gopchop/files/patch-src::ElementStream.h
parentf3350272f60e807497311a1ff5585259d2c8f371 (diff)
Notes
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
+ {