summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-12 17:14:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-16 10:19:34 +0100
commit463b3634ed212cf31706ad6238affd413dc6b338 (patch)
tree8513daa1474a4685709f0060b2c6b1cfe8e36e35
parent1eb8614b9d9b649114db47466f35591b69e1c284 (diff)
layer23: misc/log.h: Fix missing pragma once
-rw-r--r--src/host/layer23/include/osmocom/bb/misc/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/misc/log.h b/src/host/layer23/include/osmocom/bb/misc/log.h
index d1520101..7f69b57b 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,