1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/stamp/files/patch-gstamp_gstamp_signals.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

11 lines
287 B
C

--- gstamp/gstamp_signals.c.orig 2011-03-12 21:31:32.000000000 +0100
+++ gstamp/gstamp_signals.c 2011-03-12 21:31:44.000000000 +0100
@@ -3,6 +3,7 @@
ebw@city-net.com
*/
#include <gtk/gtk.h>
+#include <stdlib.h>
#include <string.h>
#include "gstamp.h"
#include "../lib/rcfile.h"