aboutsummaryrefslogtreecommitdiff
path: root/src/update_pkg.c
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-22 07:33:06 +0000
committerdacctal <dacctal@symlinx.net>2026-06-22 07:33:06 +0000
commita18b7108f1648dc69e06bb21e84ec48a2dd60f60 (patch)
tree1693a64a18913d751b0e9a23609218bf0d24f01c /src/update_pkg.c
parent7cde9aeb5dccce578c1eed13cf1ed2c61e446800 (diff)
command line args are much nicer, and versions are properly disciplined1.0.0
Diffstat (limited to 'src/update_pkg.c')
-rw-r--r--src/update_pkg.c3
1 files changed, 3 insertions, 0 deletions
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 <stdio.h>
+#include <string.h>
#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)) {