freebsd-ports/games/glpuzzle/files/patch-main.cxx
Simon Barner aaa93249af - Update to 0.2
- Remove USE_REINPLACE

Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
PR:		ports/92859
2006-02-06 12:50:05 +00:00

10 lines
217 B
C++

--- main.cxx.orig Sun Feb 5 04:41:46 2006
+++ main.cxx Sun Feb 5 23:41:41 2006
@@ -28,6 +28,7 @@
float BG_G = 0.0;
float BG_B = 0.0;
+#include <unistd.h>
#include <cstdio>
#include <cstring>
#include <cmath>