freebsd-ports/graphics/stamp/files/patch-gstamp_gstamp_misc.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
284 B
C

--- gstamp/gstamp_misc.c.orig 2011-03-12 21:33:49.000000000 +0100
+++ gstamp/gstamp_misc.c 2011-03-12 21:34:16.000000000 +0100
@@ -2,6 +2,7 @@
Eric Werner - 19 FEB 1999
ebw@city-net.com
*/
+#include <sys/shm.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>