12 lines
322 B
Text
12 lines
322 B
Text
$NetBSD: patch-ac,v 1.1 2008/09/19 15:31:29 joerg Exp $
|
|
|
|
--- camera.cxx.orig 2003-12-14 05:32:04.000000000 +0100
|
|
+++ camera.cxx
|
|
@@ -38,6 +38,7 @@
|
|
# include <io.h>
|
|
# define fl_mkdir(p) mkdir(p)
|
|
#else
|
|
+# include <sys/stat.h>
|
|
# include <unistd.h>
|
|
# define fl_mkdir(p) mkdir(p, 0777)
|
|
#endif // WIN32 && !__CYGWIN__
|