summaryrefslogtreecommitdiffstats
path: root/tests/camera2/camera2_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/camera2/camera2_utils.h')
-rw-r--r--tests/camera2/camera2_utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/camera2/camera2_utils.h b/tests/camera2/camera2_utils.h
index c938ee7..757044b 100644
--- a/tests/camera2/camera2_utils.h
+++ b/tests/camera2/camera2_utils.h
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+#ifndef __ANDROID_HAL_CAMERA2_TESTS_UTILS__
+#define __ANDROID_HAL_CAMERA2_TESTS_UTILS__
+
// Utility classes for camera2 HAL testing
#include <system/camera_metadata.h>
@@ -243,3 +246,5 @@ struct HWModuleHelpers {
}
}
}
+
+#endif