From: Bartosz Golaszewski Date: Mon, 9 Jan 2017 11:22:48 +0000 (+0100) Subject: gpiod.h: make the include guard more unique X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2afde0919f8679cd6db5ad24b7fb1062f3f78feb;p=qemu-gpiodev%2Flibgpiod.git gpiod.h: make the include guard more unique Signed-off-by: Bartosz Golaszewski --- diff --git a/gpiod.h b/gpiod.h index 1b4d547..8b475d1 100644 --- a/gpiod.h +++ b/gpiod.h @@ -17,8 +17,8 @@ * exposed by the linux GPIO character device interface. */ -#ifndef __GPIOD__ -#define __GPIOD__ +#ifndef __LIBGPIOD_GPIOD_H__ +#define __LIBGPIOD_GPIOD_H__ #include #include @@ -740,4 +740,4 @@ gpiod_line_iter_next(struct gpiod_line_iter *iter) } /* extern "C" */ #endif -#endif /* __GPIOD__ */ +#endif /* __LIBGPIOD_GPIOD_H__ */