freebsd-ports/graphics/giram/files/patch-src+view.c
Tijl Coosemans c8caaa1932 - Convert to USES=libtool
- Simplify patches a bit
2014-08-24 21:10:50 +00:00

13 lines
326 B
C

--- src/view.c.orig Sat Aug 10 02:25:18 2002
+++ src/view.c Tue Oct 26 17:04:03 2004
@@ -22,8 +22,9 @@
#include <unistd.h>
#include <math.h>
#include <string.h>
-#include "giram.h"
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtkitemfactory.h>
+#include "giram.h"
#include "tools/tools.h"
#include "tools/tool_select.h"