mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 15:03:05 +01:00
11 lines
200 B
Diff
11 lines
200 B
Diff
--- 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>
|