pespin has uploaded this change for review. ( 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, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/57/30957/1
diff --git a/src/host/layer23/include/osmocom/bb/misc/log.h b/src/host/layer23/include/osmocom/bb/misc/log.h index d152010..2e61401 100644 --- a/src/host/layer23/include/osmocom/bb/misc/log.h +++ b/src/host/layer23/include/osmocom/bb/misc/log.h @@ -1,4 +1,6 @@
+#pragma once + enum { LOG_TYPE_NONE = 0, LOG_TYPE_SYSINFO,