~ubuntu-branches/ubuntu/precise/mudlet/precise

« back to all changes in this revision

Viewing changes to src/lua_yajl.c

  • Committer: Bazaar Package Importer
  • Author(s): Craig Small
  • Date: 2011-01-21 21:50:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110121215044-jgzzxvbczo811dzv
Tags: 2.0-rc1~20110116-3
* Uses system dictionaries and suggest hunspell-en-us
* Added pkg-config to build depends to stop FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "yajl/api/yajl_parse.h"
2
 
#include "yajl/api/yajl_gen.h"
3
 
#include "lua.h"
4
 
#include "lauxlib.h"
 
1
#include <yajl/yajl_parse.h>
 
2
#include <yajl/yajl_gen.h>
 
3
#include <lua.h>
 
4
#include <lauxlib.h>
5
5
#include <math.h>
6
6
#include <stdlib.h>
7
7
#include <errno.h>