summaryrefslogtreecommitdiffstats
path: root/xlators/system/posix-acl/src/posix-acl-messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/system/posix-acl/src/posix-acl-messages.h')
-rw-r--r--xlators/system/posix-acl/src/posix-acl-messages.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/xlators/system/posix-acl/src/posix-acl-messages.h b/xlators/system/posix-acl/src/posix-acl-messages.h
index 782750e99a5..4f90cf93790 100644
--- a/xlators/system/posix-acl/src/posix-acl-messages.h
+++ b/xlators/system/posix-acl/src/posix-acl-messages.h
@@ -11,7 +11,7 @@
#ifndef _POSIX_ACL_MESSAGES_H_
#define _POSIX_ACL_MESSAGES_H_
-#include "glfs-message-id.h"
+#include <glusterfs/glfs-message-id.h>
/* To add new message IDs, append new identifiers at the end of the list.
*
@@ -23,8 +23,6 @@
* glfs-message-id.h.
*/
-GLFS_MSGID(POSIX_ACL,
- POSIX_ACL_MSG_EACCES
-);
+GLFS_MSGID(POSIX_ACL, POSIX_ACL_MSG_EACCES);
#endif /* !_POSIX_ACL_MESSAGES_H_ */