d7480e61d4
Replace <iostream.h> and <fstream.h> with their c++ counterparts. Addition of <string.h> was originally under a DragonFly macro, but this was removed when it was shown NetBSD 5.99 x86_64 needed it too. Allow package to build on all x86_64 architectures.
13 lines
311 B
Text
13 lines
311 B
Text
$NetBSD: patch-as,v 1.1 2011/11/23 08:20:38 marino Exp $
|
|
|
|
--- GUI/Widgets/Fl_Loop.h.orig 2001-04-19 20:48:10.000000000 +0000
|
|
+++ GUI/Widgets/Fl_Loop.h
|
|
@@ -18,7 +18,7 @@
|
|
|
|
#include <FL/Fl.H>
|
|
#include <FL/Fl_Double_Window.H>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#ifndef LOOPWIDGET
|
|
#define LOOPWIDGET
|