summaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/120-alpine_musl-compat.patch
blob: ae93201e53659514e2a63fc813622302bde5be59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/Utilities/cmjsoncpp/include/json/assertions.h
+++ b/Utilities/cmjsoncpp/include/json/assertions.h
@@ -6,12 +6,12 @@
 #ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED
 #define CPPTL_JSON_ASSERTIONS_H_INCLUDED
 
+#include <stdlib.h>
+
 #if !defined(JSON_IS_AMALGAMATION)
 #include "config.h"
 #endif // if !defined(JSON_IS_AMALGAMATION)
 
-#include <stdlib.h>
-
 #if JSON_USE_EXCEPTION
 #include <stdexcept>
 #define JSON_ASSERT(condition)                                                 \