commit | a481201af1d4e4b2910b4407aef31d76723e7825 | [log] [tgz] |
---|---|---|
author | Jordan Bayles <jophba@chromium.org> | Thu Nov 14 10:15:49 2019 -0800 |
committer | Jordan Bayles <jophba@chromium.org> | Thu Nov 14 10:21:15 2019 -0800 |
tree | 4613ab90e6fad79a23126e6b640b78aaeefe21a0 | |
parent | 9704cedb20dd8b2c28974cb1eb14ef1740d58c38 [diff] [blame] |
Readd some overzealously removed code
diff --git a/include/json/json.h b/include/json/json.h index f1b679a..5c776a1 100644 --- a/include/json/json.h +++ b/include/json/json.h
@@ -6,7 +6,7 @@ #ifndef JSON_JSON_H_INCLUDED #define JSON_JSON_H_INCLUDED -#include "autolink.h" +#include "config.h" #include "json_features.h" #include "reader.h" #include "value.h"