packages/admin/atop/patches/020-limits.patch
2021-06-15 17:47:11 +08:00

11 lines
152 B
Diff

--- a/photosyst.c
+++ b/photosyst.c
@@ -149,6 +149,7 @@
**
*/
+#include <limits.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>