1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/gsculpt/files/patch-src::FileIO::fileio.h
Maho Nakata c2d82a9ad6 Fix build on gcc-3.3.x
Submitted by:   Simon Barner <barner@in.tum.de>
2003-08-02 02:36:11 +00:00

12 lines
262 B
C++

--- ./src/FileIO/fileio.h.orig Mon Jul 21 16:28:28 2003
+++ ./src/FileIO/fileio.h Mon Jul 21 16:28:40 2003
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <string>
-
+using std::string;
string readString(FILE *f);
void writeString(FILE *f, const string& s);