Fix build on -current

PR:		46259
Submitted by:	kcwu@kcwu.dyndns.org
This commit is contained in:
Dirk Meyer 2002-12-14 20:26:19 +00:00
parent 96913c7e8b
commit e960d7b680
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71635
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- src/image.h.orig Sun Dec 15 00:37:41 2002
+++ src/image.h Sun Dec 15 00:37:45 2002
@@ -17,7 +17,8 @@
#ifndef IMAGE_H
#define IMAGE_H
-#include <stdiostream.h>
+#include <iostream>
+using namespace std;
#include <stdlib.h>
#include <memory.h>
#include <string.h>

View file

@ -0,0 +1,12 @@
--- src/trans.h.orig Sun Dec 15 00:37:55 2002
+++ src/trans.h Sun Dec 15 00:38:48 2002
@@ -44,7 +44,7 @@
#include <Xm/PushB.h>
#include <Xm/DrawnB.h>
#include <Xm/ArrowB.h>
-#include <strstream.h>
-#include <fstream.h>
+#include <sstream>
+#include <fstream>
#include "regdef.h"