1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/multimedia/gopchop/files/patch-src::ElementStream.h
Ying-Chieh Liao 81bbce0e11 - Fix build on -stable
- Utilize USE_GETOPT_LONG

PR:		51869
Submitted by:	Ports Fury
2003-05-12 07:53:38 +00:00

14 lines
260 B
C++

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