freebsd-ports/misc/snowflake/files/patch-sf_view.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

13 lines
280 B
C

--- sf_view.c.orig Sat Oct 7 16:22:31 2006
+++ sf_view.c Sat Oct 7 16:22:33 2006
@@ -10,9 +10,8 @@
#include <sys/shm.h>
#include <sys/sem.h>
-#include "sf.h"
-
#include "getopt.h"
+#include "sf.h"
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */