This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
emailrelay: fix compilation with GCC11
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
3 years ago
parent
e38c5e48bd
commit
d45965e22d
1 changed files
with
20 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+20
-0
mail/emailrelay/patches/010-gcc11.patch
+ 20
- 0
mail/emailrelay/patches/010-gcc11.patch
View File
@ -0,0 +1,20 @@
--- a/src/gnet/gsocket.h
+++ b/src/gnet/gsocket.h
@@ -27,6 +27,7 @@
#include "gevent.h"
#include "gdescriptor.h"
#include "greadwrite.h"
+#include <memory>
#include <string>
#include <new>
--- a/src/gssl/gssl.h
+++ b/src/gssl/gssl.h
@@ -26,6 +26,7 @@
#include "gdef.h"
#include "gstrings.h"
#include "greadwrite.h"
+#include <memory>
#include <string>
#include <utility>
Write
Preview
Loading…
Cancel
Save