commit 301e6cc72acbfb53e3460ac98757aac0bd041ba9 Author: Zach DeCook Date: Sat Aug 10 16:09:12 2024 -0400 core: Include cstring whenever strncpy is used Fixes ppc64le build in alpine diff --git a/hyprpm/src/core/HyprlandSocket.cpp b/hyprpm/src/core/HyprlandSocket.cpp index 4d86192c..50b3558c 100644 --- a/hyprpm/src/core/HyprlandSocket.cpp +++ b/hyprpm/src/core/HyprlandSocket.cpp @@ -5,6 +5,7 @@ #include #include #include +#include static int getUID() { const auto UID = getuid();