diff options
Diffstat (limited to 'devel/libbobcat/files/patch-stat-stat')
-rw-r--r-- | devel/libbobcat/files/patch-stat-stat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-stat-stat b/devel/libbobcat/files/patch-stat-stat new file mode 100644 index 000000000000..2d9ba0c3e841 --- /dev/null +++ b/devel/libbobcat/files/patch-stat-stat @@ -0,0 +1,13 @@ +--- stat/stat.orig 2013-11-13 11:44:53.000000000 +0100 ++++ stat/stat 2013-11-27 14:25:52.000000000 +0100 +@@ -6,6 +6,10 @@ + #include <unistd.h> + #include <string> + ++#ifdef __FreeBSD__ ++#include <errno.h> ++#endif ++ + #include <bobcat/datetime> + #include <bobcat/gs> + |