mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c2d82a9ad6
Submitted by: Simon Barner <barner@in.tum.de>
12 lines
262 B
C++
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);
|