mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
29995e67ba
Noticed by: bento PR: ports/45667 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
--- src/auditd/ia.c.orig Sun Nov 24 05:32:00 2002
|
|
+++ src/auditd/ia.c Sun Nov 24 05:32:23 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"
|