1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 20:33:13 +02:00

Add <cstring> include to services.h to fix build on some musl systems.

Co-authored-by: blackbeard420 <blackbeard@blackbeard420.me>
This commit is contained in:
Wilson Birney
2024-08-06 06:00:47 -04:00
committed by GitHub
parent 4ee22ab05e
commit aa0496f69b
+1
View File
@@ -16,6 +16,7 @@
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <bitset>