aboutsummaryrefslogtreecommitdiff
path: root/src/fetch_git.c
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-06-28 10:53:23 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-06-28 10:53:23 +0000
commit7d51c0b16c1d304c47bde72761d87965f8686268 (patch)
tree75e591d3f698055c2733dd1158fa3328003d8c09 /src/fetch_git.c
parent930b48dd0373e4c4e29ab590b9e90f4cd6dcedad (diff)
added quasi privilege escalation (as long as you don't clone into a directory that you don't have access to)
Diffstat (limited to 'src/fetch_git.c')
-rw-r--r--src/fetch_git.c2
1 files changed, 2 insertions, 0 deletions
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 <unistd.h>
#include "fetch_git.h"
+
+#include "lua_state.h"
#include "vars.h"
int fetch_git(Pkg pkg) {