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
Merge pull request
#16067
from neheb/dn
dnsdist: fix compilation with GCC11
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
parent
cf537cd2cb
e8ae9fb45f
commit
6e9e50641b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
net/dnsdist/patches/020-gcc11.patch
+ 10
- 0
net/dnsdist/patches/020-gcc11.patch
View File
@ -0,0 +1,10 @@
--- a/lock.hh
+++ b/lock.hh
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#pragma once
+#include <mutex>
#include <shared_mutex>
class ReadWriteLock
Write
Preview
Loading…
Cancel
Save