diff --git a/Makefile b/Makefile
index b0a05490..69c3d67c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # used programs
 RE2C = re2c
-SED = gsed
+SED = sed
 
 # additional flags
 FLAGS = -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal
diff --git a/src/json.hpp b/src/json.hpp
index 663fb308..e91ed371 100644
--- a/src/json.hpp
+++ b/src/json.hpp
@@ -7,8 +7,8 @@
 @see https://github.com/nlohmann/json
 */
 
-#ifndef _NLOHMANN_JSON
-#define _NLOHMANN_JSON
+#ifndef NLOHMANN_JSON_HPP
+#define NLOHMANN_JSON_HPP
 
 #include <algorithm>
 #include <ciso646>
diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c
index b1de1933..bd4ab7a5 100644
--- a/src/json.hpp.re2c
+++ b/src/json.hpp.re2c
@@ -7,8 +7,8 @@
 @see https://github.com/nlohmann/json
 */
 
-#ifndef _NLOHMANN_JSON
-#define _NLOHMANN_JSON
+#ifndef NLOHMANN_JSON_HPP
+#define NLOHMANN_JSON_HPP
 
 #include <algorithm>
 #include <ciso646>