From 7d51c0b16c1d304c47bde72761d87965f8686268 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 28 Jun 2026 10:53:23 +0000 Subject: added quasi privilege escalation (as long as you don't clone into a directory that you don't have access to) --- src/fetch_git.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fetch_git.c') diff --git a/src/fetch_git.c b/src/fetch_git.c index 296cdb7..2640f9c 100644 --- a/src/fetch_git.c +++ b/src/fetch_git.c @@ -25,6 +25,8 @@ #include #include "fetch_git.h" + +#include "lua_state.h" #include "vars.h" int fetch_git(Pkg pkg) { -- cgit v1.2.3