blob: 120b173a0d71f2dfb877cfcc3f3ca4e7dfcdd9fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: audit-1.7.13/lib/libaudit.c
===========================================
--- audit-1.7.13.orig/lib/libaudit.c
+++ audit-1.7.13/lib/libaudit.c
@@ -36,6 +36,8 @@
#include <sys/utsname.h>
#include <fcntl.h> /* O_NOFOLLOW needs gnu defined */
#include <limits.h> /* for PATH_MAX */
+#include <sys/stat.h>
+#include <sys/types.h>
#include "libaudit.h"
#include "private.h"
|