mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
11 lines
266 B
C++
11 lines
266 B
C++
--- gtkgui/MainWindowController.cc.orig Tue Jul 22 16:23:20 2003
|
|
+++ gtkgui/MainWindowController.cc Tue Jul 22 16:23:30 2003
|
|
@@ -28,7 +28,7 @@
|
|
|
|
#include <gtk/gtkitemfactory.h>
|
|
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
|
|
// #define DEBUG
|
|
#include "debug.h"
|