freebsd-ports/graphics/osgedit/files/patch-src::editable::view::gtkedmatrix.cc
Edwin Groothuis 155bb54ec7 [patch] graphics/osgedit 0.3.0 -> 0.4.1
This port is broken on stable as mentioned in the named PR.
	This patch fixes this problem by updating the port to the
	latest version.

PR:		ports/56548
Submitted by:	Simon Barner <barner@in.tum.de>
2003-09-08 09:55:03 +00:00

7 lines
240 B
C++

--- src/editable/view/gtkedmatrix.cc.orig Sat Sep 6 14:09:46 2003
+++ src/editable/view/gtkedmatrix.cc Sat Sep 6 14:10:06 2003
@@ -1,3 +1,4 @@
+#include <stdio.h>
#include <iostream>
#include <gtk/gtkframe.h>
#include <gtk/gtktable.h>