a3cd942cb8
PR: ports/106201 Submitted by: Peter Johnson <johnson.peter@gmail.com>
18 lines
529 B
Text
18 lines
529 B
Text
--- HtmlOptionState.cpp.orig Fri Jul 14 12:58:22 2000
|
|
+++ HtmlOptionState.cpp Fri Dec 1 22:39:45 2006
|
|
@@ -17,11 +17,15 @@
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include "HtmlOptionState.h"
|
|
#include <fstream>
|
|
|
|
using std::ifstream;
|
|
using std::ofstream;
|
|
+using std::ios;
|
|
|
|
HtmlOptionState* HtmlOptionState::instance = 0;
|
|
HtmlOptionState* HtmlOptionState::Instance()
|