summaryrefslogtreecommitdiff
path: root/libs/binder/include/binder/PersistableBundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/include/binder/PersistableBundle.h')
-rw-r--r--libs/binder/include/binder/PersistableBundle.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/binder/include/binder/PersistableBundle.h b/libs/binder/include/binder/PersistableBundle.h
index 4517cf290e..322fef9e4f 100644
--- a/libs/binder/include/binder/PersistableBundle.h
+++ b/libs/binder/include/binder/PersistableBundle.h
@@ -14,7 +14,8 @@
* limitations under the License.
*/
-#pragma once
+#ifndef ANDROID_PERSISTABLE_BUNDLE_H
+#define ANDROID_PERSISTABLE_BUNDLE_H
#include <map>
#include <set>
@@ -127,3 +128,5 @@ private:
} // namespace os
} // namespace android
+
+#endif // ANDROID_PERSISTABLE_BUNDLE_H