tags 625078 + patch
kthxbye

This patch 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 acovea.old/libacovea/acovea.cpp acovea-5.1.1/libacovea/acovea.cpp
--- acovea.old/libacovea/acovea.cpp	2011-05-18 21:59:42.000000000 +0000
+++ acovea-5.1.1/libacovea/acovea.cpp	2011-05-18 22:03:23.000000000 +0000
@@ -42,6 +42,7 @@
 
 #include <fcntl.h>
 #include <unistd.h>
+#include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 

Attachment: signature.asc
Description: Digital signature

Reply via email to