mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
18 lines
378 B
C
18 lines
378 B
C
diff --git a/logrotate.c b/logrotate.c
|
|
index 3748918..a528367 100644
|
|
--- a/logrotate.c
|
|
+++ b/logrotate.c
|
|
@@ -1,5 +1,4 @@
|
|
#include <sys/queue.h>
|
|
-#include <alloca.h>
|
|
#include <ctype.h>
|
|
#include <dirent.h>
|
|
#include <errno.h>
|
|
@@ -16,6 +15,7 @@
|
|
#include <locale.h>
|
|
#include <sys/types.h>
|
|
#include <utime.h>
|
|
+#include <limits.h>
|
|
|
|
#if defined(SunOS)
|
|
#include <syslimits.h>
|