Update rjp.h include guard to be less likely to cause collisions

This commit is contained in:
rexy712 2020-03-03 17:57:30 -08:00
parent 744021b967
commit fcad8e2062

View File

@ -16,8 +16,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef RJP_H
#define RJP_H
#ifndef RJP_H_INCLUDED
#define RJP_H_INCLUDED
#ifdef __cplusplus
extern "C"{