diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |