diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 21:19:53 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 22:51:48 +0300 |
commit | 49b2d7de412f02294027cfceec7a421a73c7b436 (patch) | |
tree | e6f40c1d346e65cd71805e6ed3addfbc94297bcd /textproc/uncrustify/files/patch-src_keywords.cpp | |
parent | sysutils/geomWatch: mark BROKEN (does not fetch) (diff) |
textproc/uncrustify: update to 0.73.0
Diffstat (limited to 'textproc/uncrustify/files/patch-src_keywords.cpp')
-rw-r--r-- | textproc/uncrustify/files/patch-src_keywords.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/uncrustify/files/patch-src_keywords.cpp b/textproc/uncrustify/files/patch-src_keywords.cpp new file mode 100644 index 000000000000..d0923a5ac44d --- /dev/null +++ b/textproc/uncrustify/files/patch-src_keywords.cpp @@ -0,0 +1,10 @@ +--- src/keywords.cpp.orig 2021-05-13 14:53:40 UTC ++++ src/keywords.cpp +@@ -13,6 +13,7 @@ + #include "args.h" + #include "prototypes.h" + ++#include <cerrno> + #include <map> + + |