diff options
Diffstat (limited to 'lib9p/map.h')
-rw-r--r-- | lib9p/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
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_ */ |