mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
$NetBSD: patch-ad,v 1.2 2011/12/06 19:46:09 joerg Exp $
|
|
|
|
--- trans.h.orig 2000-01-29 03:34:32.000000000 +0000
|
|
+++ trans.h
|
|
@@ -42,8 +42,8 @@
|
|
#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"
|
|
|