mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -07:00
core: Include cstring whenever strncpy is used (#7267)
Fixes ppc64le build in alpine
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <regex>
|
||||
#include <sys/socket.h>
|
||||
#include <hyprutils/string/String.hpp>
|
||||
#include <cstring>
|
||||
using namespace Hyprutils::String;
|
||||
|
||||
#include "Strings.hpp"
|
||||
|
Reference in New Issue
Block a user