From fcad8e20622f5f152e720c948ebc2e42afb151b6 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Tue, 3 Mar 2020 17:57:30 -0800 Subject: [PATCH] Update rjp.h include guard to be less likely to cause collisions --- include/rjp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rjp.h b/include/rjp.h index 384fa03..f25fcba 100644 --- a/include/rjp.h +++ b/include/rjp.h @@ -16,8 +16,8 @@ along with this program. If not, see . */ -#ifndef RJP_H -#define RJP_H +#ifndef RJP_H_INCLUDED +#define RJP_H_INCLUDED #ifdef __cplusplus extern "C"{