diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-02-08 03:44:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-02-08 03:44:41 +0000 |
commit | c745c4b3a84e62d49a87b3eac56d2d007f98eca9 (patch) | |
tree | 8e213d08857dccad497875bfe9bf9d8bff0382de /comms/flmsg/files/patch-src_utils_mongoose.c | |
parent | New port: comms/flamp: Program for the Amateur Multicast Protocol (diff) |
New port: comms/flmsg: Forms management editor for Amateur Radio standard message formats
Notes
Notes:
svn path=/head/; revision=525516
Diffstat (limited to 'comms/flmsg/files/patch-src_utils_mongoose.c')
-rw-r--r-- | comms/flmsg/files/patch-src_utils_mongoose.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/flmsg/files/patch-src_utils_mongoose.c b/comms/flmsg/files/patch-src_utils_mongoose.c new file mode 100644 index 000000000000..10c3aa52785c --- /dev/null +++ b/comms/flmsg/files/patch-src_utils_mongoose.c @@ -0,0 +1,11 @@ +--- src/utils/mongoose.c.orig 2020-02-08 03:34:10 UTC ++++ src/utils/mongoose.c +@@ -15,6 +15,8 @@ + // Alternatively, you can license this library under a commercial + // license, as set out in <http://cesanta.com/>. + ++#include <sys/socket.h> ++ + #undef UNICODE // Use ANSI WinAPI functions + #undef _UNICODE // Use multibyte encoding on Windows + #define _MBCS // Use multibyte encoding on Windows |