Skip to content

Commit

Permalink
fix to allow compile with -Werror
Browse files Browse the repository at this point in the history
  -- Geoffrey Young, geoff at modperlcookbook dot org



git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@21 327403b1-1117-474d-bef2-5cb71233fd97
  • Loading branch information
michaeljclark committed Jan 26, 2008
1 parent 14862b1 commit a327254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json_tokener.h
Expand Up @@ -12,6 +12,7 @@
#ifndef _json_tokener_h_
#define _json_tokener_h_

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

enum json_tokener_error {
Expand Down

0 comments on commit a327254

Please sign in to comment.