summaryrefslogtreecommitdiff
path: root/multimedia/gopchop/files/patch-src::ElementStream.h
blob: c3927a980d86765abcaa430d319257e96f9255fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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
 {