mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 00:12:44 -04:00
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
$NetBSD: patch-aq,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
|
|
|
|
--- x11/l_agreement_dlg.cpp.orig 2003-11-27 15:25:24.000000000 -0800
|
|
+++ x11/l_agreement_dlg.cpp 2003-11-27 15:25:39.000000000 -0800
|
|
@@ -31,7 +31,8 @@
|
|
#include <X11/Xatom.h>
|
|
}
|
|
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+using namespace std;
|
|
|
|
#include "xdata.h"
|
|
#include "panel.h"
|