From 5deee1052e70b93ac7dffe10ee793a4128672b97 Mon Sep 17 00:00:00 2001 From: Aleksandr Kutuzov Date: Tue, 24 Dec 2024 10:44:34 +0900 Subject: [PATCH] Toolbox: add missing pragma once --- lib/toolbox/pipe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/toolbox/pipe.h b/lib/toolbox/pipe.h index 22123ee46e8..df75f4c48de 100644 --- a/lib/toolbox/pipe.h +++ b/lib/toolbox/pipe.h @@ -8,6 +8,7 @@ * * It is also possible to use both sides of the pipe within one thread. */ +#pragma once #ifdef __cplusplus extern "C" {