From a18b7108f1648dc69e06bb21e84ec48a2dd60f60 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 22 Jun 2026 07:33:06 +0000 Subject: command line args are much nicer, and versions are properly disciplined --- src/update_pkg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/update_pkg.c') diff --git a/src/update_pkg.c b/src/update_pkg.c index c926d4b..52c4c9e 100644 --- a/src/update_pkg.c +++ b/src/update_pkg.c @@ -1,8 +1,11 @@ #include +#include #include "update_pkg.h" + #include "is_updated.h" #include "install_pkg.h" +#include "lua_state.h" void update_pkg(Pkg pkg) { if (is_updated(pkg.src)) { -- cgit v1.2.3