freebsd-ports/graphics/stamp/files/patch-gstamp_gstamp.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

10 lines
261 B
C

--- gstamp/gstamp.c.orig 2011-03-12 21:29:21.000000000 +0100
+++ gstamp/gstamp.c 2011-03-12 21:29:42.000000000 +0100
@@ -7,6 +7,7 @@
#include <gtk/gtk.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include "gstamp.h"