mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-29 03:01:54 -07:00
core: Include cstring whenever strncpy is used (#10404)
Fixes ppc64le build in alpine
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <print>
|
||||
#include <sys/un.h>
|
||||
#include <unistd.h>
|
||||
#include <cstring>
|
||||
|
||||
static int getUID() {
|
||||
const auto UID = getuid();
|
||||
|
Reference in New Issue
Block a user