Ubuntu Pastebin

Paste from tyhicks at Tue, 5 Apr 2016 17:19:18 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/security/apparmor/include/domain.h b/security/apparmor/include/domain.h
index 89cfa75..b589655 100644
--- a/security/apparmor/include/domain.h
+++ b/security/apparmor/include/domain.h
@@ -15,7 +15,7 @@
 #include <linux/binfmts.h>
 #include <linux/types.h>
 
-#include "include/label.h"
+#include "label.h"
 
 #ifndef __AA_DOMAIN_H
 #define __AA_DOMAIN_H
Download as text