You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
344 B
14 lines
344 B
diff --git a/usr/include/libaudit.h b/usr/include/libaudit.h
|
|
index 6b7408c..08b7d22 100644
|
|
--- a/usr/include/libaudit.h
|
|
+++ b/usr/include/libaudit.h
|
|
@@ -32,7 +32,7 @@ extern "C" {
|
|
#include <stdint.h>
|
|
#include <sys/socket.h>
|
|
#include <linux/netlink.h>
|
|
-#include "audit.h"
|
|
+#include <linux/audit.h>
|
|
#include <stdarg.h>
|
|
#include <syslog.h>
|
|
|