ports/devel/libbobcat/files/patch-datetime-datetime
Muhammad Moinur Rahman 6e47a493b5 devel/libbobcat: Update version 3.21.01=>3.25.01
- Fix patch files to reflect 'make makepatch'
2015-06-07 11:32:57 +00:00

13 lines
282 B
Text

--- datetime/datetime.orig 2013-10-02 13:57:01 UTC
+++ datetime/datetime
@@ -1,6 +1,10 @@
#ifndef INCLUDED_BOBCAT_DATETIME_
#define INCLUDED_BOBCAT_DATETIME_
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cerrno>
+#endif
+
#include <ctime>
#include <iosfwd>