pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30956 )
Change subject: layer23: common/sim.h: Fix missing pragma once ......................................................................
layer23: common/sim.h: Fix missing pragma once
Change-Id: Icebe803c7896347915ed72b80d5504d15d717ef3 --- M src/host/layer23/include/osmocom/bb/common/sim.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified neels: Looks good to me, approved fixeria: Looks good to me, approved
diff --git a/src/host/layer23/include/osmocom/bb/common/sim.h b/src/host/layer23/include/osmocom/bb/common/sim.h index bebcffe..191a717 100644 --- a/src/host/layer23/include/osmocom/bb/common/sim.h +++ b/src/host/layer23/include/osmocom/bb/common/sim.h @@ -15,6 +15,7 @@ * */
+#pragma once
/* 9.2 commands */ #define GSM1111_CLASS_GSM 0xa0
4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.