mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
81bbce0e11
- Utilize USE_GETOPT_LONG PR: 51869 Submitted by: Ports Fury
14 lines
260 B
C++
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
|
|
{
|