mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
29995e67ba
Noticed by: bento PR: ports/45667 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
--- src/auditd/auditd.c.orig Sun Nov 24 05:22:21 2002
|
|
+++ src/auditd/auditd.c Sun Nov 24 05:25:39 2002
|
|
@@ -54,6 +54,10 @@
|
|
#include <sysexits.h>
|
|
#include <unistd.h>
|
|
#include <openssl/evp.h>
|
|
+#include <sys/param.h>
|
|
+#if defined(__FreeBSD__) && (__FreeBSD_version >= 500035)
|
|
+#include <limits.h>
|
|
+#endif
|
|
|
|
#include "version.h"
|
|
#include "sysdep.h"
|