14 lines
344 B
Diff
14 lines
344 B
Diff
|
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>
|
||
|
|