From 89761191a98f7dce4d1049b9a84c3d645378222a Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 27 Oct 2024 23:16:58 -0600 Subject: Lint that include-guards match the filename --- lib9p/map.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib9p/map.h') diff --git a/lib9p/map.h b/lib9p/map.h index 458fe74..9d4d4af 100644 --- a/lib9p/map.h +++ b/lib9p/map.h @@ -109,3 +109,8 @@ static bool MAP_METHOD(NAME,del)(struct NAME *m, KEY_T k) { #undef KEY_T #undef VAL_T #undef CAP + +/* Keep the linter happy. */ +#ifndef _LIB9P_MAP_H_ +#define _LIB9P_MAP_H_ +#endif /* _LIB9P_MAP_H_ */ -- cgit v1.2.3-2-g168b