From e1ac1912755a8999bc110f2e6cf6e17965bece3d Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Mon, 15 Jan 2018 00:22:50 +0300 Subject: include/parseopt.h: add guard macro Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/parseopt.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/parseopt.h b/include/parseopt.h index abf3be3f35..becc734c2b 100644 --- a/include/parseopt.h +++ b/include/parseopt.h @@ -1,2 +1,7 @@ +#ifndef __PARSEOPT_H__ +#define __PARSEOPT_H__ + void parseopt_b(const char *options, const char *opt, bool *val); void parseopt_hu(const char *options, const char *opt, unsigned short *val); + +#endif /* __PARSEOPT_H__ */ -- cgit v1.2.3