repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
toluapp
/
headers.patch
blob
59a47bb989a920f40e7250e43f87edc48f103fc8
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" {
6
7
typedef int lua_Object;
8
9
-#include "lua.h"
10
-#include "lauxlib.h"
11
+#include <lua.h>
12
+#include <lauxlib.h>
13
14
struct tolua_Error
15
{