Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/include/tolua++.h b/include/tolua++.h 2index 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 {