summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-arg-arg
blob: b64afa28a1154707f21e06c97b975c41dda8f52c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- arg/arg.orig	2013-10-02 13:57:01 UTC
+++ arg/arg
@@ -5,6 +5,9 @@
         Singleton Class built around getopt() and getopt_long() (3)
 */
 
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cerrno>
+#endif
 
 #include <string>
 #include <vector>