summaryrefslogtreecommitdiff
path: root/src/basic/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/json.c')
-rw-r--r--src/basic/json.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/basic/json.c b/src/basic/json.c
index be40a0d203..2b634aa7f8 100644
--- a/src/basic/json.c
+++ b/src/basic/json.c
@@ -19,9 +19,11 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <sys/types.h>
#include <math.h>
+#include <sys/types.h>
+
#include "macro.h"
+#include "string-util.h"
#include "utf8.h"
#include "json.h"