tags 624883 + patch
kthxbye

Attached is a patch which fixes the FTBFS by including sys/stat.h.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur moon.old/src/pipeline.cpp moon-1.0.1/src/pipeline.cpp
--- moon.old/src/pipeline.cpp	2009-03-03 17:27:01.000000000 +0000
+++ moon-1.0.1/src/pipeline.cpp	2011-05-18 21:50:57.000000000 +0000
@@ -19,6 +19,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <sys/stat.h>
 
 #include <pthread.h>
 #include <sched.h>
diff -ur moon.old/tools/mopen/mopen1.cpp moon-1.0.1/tools/mopen/mopen1.cpp
--- moon.old/tools/mopen/mopen1.cpp	2009-03-03 17:27:19.000000000 +0000
+++ moon-1.0.1/tools/mopen/mopen1.cpp	2011-05-18 21:52:39.000000000 +0000
@@ -20,6 +20,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <sys/stat.h>
 
 #include "downloader.h"
 #include "runtime.h"

Attachment: signature.asc
Description: Digital signature

Reply via email to