mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
addrwatch: Add missing limits header for PATH_MAX
Fixes compilation on musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/src/addrwatch.c
|
||||
+++ b/src/addrwatch.c
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <signal.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
+#include <limits.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include <argp.h>
|
||||
Reference in New Issue
Block a user