aaa93249af
- Remove USE_REINPLACE Submitted by: Dmitry Marakasov <amdmi3@mail.ru> PR: ports/92859
10 lines
217 B
C++
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>
|