From 5eece7e783e177e6fcf7ed4a7185d180f9fc5565 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Nov 2022 12:36:12 +0100 Subject: Use LIBLUX_ as a macro prefix --- src/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index a7739c2..7b1aff6 100644 --- a/src/common.h +++ b/src/common.h @@ -15,8 +15,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#ifndef LUX_COMMON_H -#define LUX_COMMON_H +#ifndef LIBLUX_COMMON_H +#define LIBLUX_COMMON_H #ifdef __cplusplus extern "C" { @@ -28,4 +28,4 @@ FILE *getbstream(int); } #endif -#endif /* !LUX_COMMON_H */ +#endif /* !LIBLUX_COMMON_H */ -- cgit v1.2.3