Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / tools / toluapp / headers.patch
blob59a47bb989a920f40e7250e43f87edc48f103fc8
1 diff --git a/include/tolua++.h b/include/tolua++.h
2 index ed53449..f57d56d 100644
3 --- a/include/tolua++.h
4 +++ b/include/tolua++.h
5 @@ -43,8 +43,8 @@ extern "C" {
7 typedef int lua_Object;
9 -#include "lua.h"
10 -#include "lauxlib.h"
11 +#include <lua.h>
12 +#include <lauxlib.h>
14 struct tolua_Error