Browse Source

fix to allow compile with -Werror

-- Geoffrey Young, geoff at modperlcookbook dot org



git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@21 327403b1-1117-474d-bef2-5cb71233fd97
tags/json-c-0.10-20120530
Michael Clark 17 years ago
parent
commit
a3272546b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      json_tokener.h

+ 1
- 0
json_tokener.h View File

@@ -12,6 +12,7 @@
#ifndef _json_tokener_h_
#define _json_tokener_h_

#include <stddef.h>
#include "json_object.h"

enum json_tokener_error {


Loading…
Cancel
Save