smack: fix build error caused by attr upgrade. 08/250108/1 accepted/tizen/unified/20201221.021423 submit/tizen/20201221.014333
authorDongkyun Son <dongkyun.s@samsung.com>
Mon, 21 Dec 2020 01:59:51 +0000 (10:59 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Mon, 21 Dec 2020 01:59:51 +0000 (10:59 +0900)
Change-Id: I2ae2ddb0cf96b52e52f1684d7c4edc73a576144a
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
daemon/smack.c

index e83f58488b22c793ef7eecb5085f566ce34283e1..c77d1c034bd029d6359bf639167bad64af82b3f4 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <stdlib.h>
 #include <sys/smack.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #include "smack.h"
 
 #define SELF_LABEL_FILE "/proc/self/attr/current"