From 463b3634ed212cf31706ad6238affd413dc6b338 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 12 Jan 2023 17:14:37 +0100 Subject: [PATCH] layer23: misc/log.h: Fix missing pragma once Change-Id: Ie57357224ba5ed2bf691e2912ede7ee19012b6dd --- src/host/layer23/include/osmocom/bb/misc/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/host/layer23/include/osmocom/bb/misc/log.h b/src/host/layer23/include/osmocom/bb/misc/log.h index d1520101f..7f69b57ba 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,