pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30957 )
Change subject: layer23: misc/log.h: Fix missing pragma once ......................................................................
layer23: misc/log.h: Fix missing pragma once
Change-Id: Ie57357224ba5ed2bf691e2912ede7ee19012b6dd --- M src/host/layer23/include/osmocom/bb/misc/log.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve neels: Looks good to me, approved
diff --git a/src/host/layer23/include/osmocom/bb/misc/log.h b/src/host/layer23/include/osmocom/bb/misc/log.h index d152010..7f69b57 100644 --- a/src/host/layer23/include/osmocom/bb/misc/log.h +++ b/src/host/layer23/include/osmocom/bb/misc/log.h @@ -1,3 +1,4 @@ +#pragma once
enum { LOG_TYPE_NONE = 0,
4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.