From fe4eb564e105e415f43be67c7d2851021b80966f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 7 Oct 2023 16:12:37 +0800 Subject: [PATCH] NetIO: add missing `#pragma once` --- src/detection/netio/netio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/detection/netio/netio.h b/src/detection/netio/netio.h index 295c4478e..1dd9586a4 100644 --- a/src/detection/netio/netio.h +++ b/src/detection/netio/netio.h @@ -1,3 +1,5 @@ +#pragma once + #include "fastfetch.h" typedef struct FFNetIOResult