14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
$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
|