diff options
Diffstat (limited to '')
-rw-r--r-- | x11/dxpc/files/patch-util.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/dxpc/files/patch-util.H b/x11/dxpc/files/patch-util.H new file mode 100644 index 000000000000..67e8ff5b1834 --- /dev/null +++ b/x11/dxpc/files/patch-util.H @@ -0,0 +1,10 @@ +--- util.H.orig Sun Aug 25 10:20:39 2002 ++++ util.H Sun Aug 25 10:23:01 2002 +@@ -2,6 +2,7 @@ + #define util_H + + #include <fstream.h> ++#include <ostream.h> + + extern unsigned int GetUINT(unsigned const char *, int bigEndian); + extern unsigned int GetULONG(unsigned const char *, int bigEndian); |