From 0f402d01d064a2d82e603f7eff5bde809f092e95 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Wed, 8 Feb 2023 17:36:24 +0000 Subject: [PATCH] fix(userspace/falco): add missing pragma once Signed-off-by: Jason Dellaluce --- userspace/falco/versions_info.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userspace/falco/versions_info.h b/userspace/falco/versions_info.h index 6fd7f10b..0f63ac74 100644 --- a/userspace/falco/versions_info.h +++ b/userspace/falco/versions_info.h @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ +#pragma once + #include #include #include