freebsd-ports/multimedia/gopchop/files/patch-src::ElementStream.h
Ying-Chieh Liao e50d26443e - Fix build on -stable
- Fix LIB_DEPENDS

PR:		40497
Submitted by:	Ports Fury
2002-07-13 18:09:47 +00:00

13 lines
260 B
C++

--- 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
{