freebsd-ports/graphics/stamp/files/patch-gstamp_gstamp_ui.c
Christian Weisgerber 5ca3204a8a * Remove need for gmake (and it breaks with 3.82).
* Add missing includes and fix LP64 warnings.
2011-03-12 20:37:56 +00:00

7 lines
205 B
C

--- gstamp/gstamp_ui.c.orig 2011-03-12 21:31:56.000000000 +0100
+++ gstamp/gstamp_ui.c 2011-03-12 21:32:20.000000000 +0100
@@ -1,3 +1,4 @@
+#include <string.h>
#include <gtk/gtk.h>
#include "gstamp.h"