mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-29 19:03:48 -07:00
core: Include cstring whenever strncpy is used (#7267)
Fixes ppc64le build in alpine
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <sys/un.h>
|
||||
#include <unistd.h>
|
||||
#include <filesystem>
|
||||
#include <cstring>
|
||||
|
||||
// TODO: cleanup
|
||||
static bool set_cloexec(int fd, bool cloexec) {
|
||||
|
Reference in New Issue
Block a user