Skip to content

Commit

Permalink
Merge pull request #20 from fkovinAtRocket/bugfix/json
Browse files Browse the repository at this point in the history
make json.h self contained
  • Loading branch information
ifakhrutdinov authored Mar 26, 2019
2 parents f1c9271 + 564234d commit c68b456
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions h/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
#ifndef __JSON__
#define __JSON__ 1

#ifdef METTLE
# include <metal/metal.h>
# include <metal/stddef.h>
#else
# include <stddef.h>
#endif /* METTLE */
#include "zowetypes.h"
#include "utils.h"

/** \file
* \brief json.h is an implementation of an efficient low-level JSON writer and parser.
*
Expand Down

0 comments on commit c68b456

Please sign in to comment.