summaryrefslogtreecommitdiff
path: root/libs/binder/include/binder/IPermissionController.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/include/binder/IPermissionController.h')
-rw-r--r--libs/binder/include/binder/IPermissionController.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/binder/include/binder/IPermissionController.h b/libs/binder/include/binder/IPermissionController.h
index a4f93d9b56..4b66df8d6e 100644
--- a/libs/binder/include/binder/IPermissionController.h
+++ b/libs/binder/include/binder/IPermissionController.h
@@ -14,7 +14,9 @@
* limitations under the License.
*/
-#pragma once
+//
+#ifndef ANDROID_IPERMISSION_CONTROLLER_H
+#define ANDROID_IPERMISSION_CONTROLLER_H
#ifndef __ANDROID_VNDK__
@@ -68,3 +70,6 @@ public:
#else // __ANDROID_VNDK__
#error "This header is not visible to vendors"
#endif // __ANDROID_VNDK__
+
+#endif // ANDROID_IPERMISSION_CONTROLLER_H
+