1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/misc/snowflake/files/patch-sf_generate.c
Martin Wilke 73feb8f416 - Fix build with gcc41
PR:		ports/104110
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 15:24:09 +00:00

11 lines
267 B
C

--- sf_generate.c.orig Sat Oct 7 16:21:57 2006
+++ sf_generate.c Sat Oct 7 16:21:23 2006
@@ -16,6 +16,7 @@
#include <sys/shm.h>
#include <sys/sem.h>
+#include "getopt.h"
#include "sf.h"
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */