rvault: fix build

This commit is contained in:
Duncaen 2025-06-12 19:08:03 +02:00
parent 89312395ce
commit b79b11d460
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- a/src/core/sdb.c
+++ b/src/core/sdb.c
@@ -17,6 +17,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
+#include <string.h>
#include <editline/readline.h>

View file

@ -1,7 +1,7 @@
# Template file for 'rvault'
pkgname=rvault
version=0.4
revision=5
revision=6
build_wrksrc=src
build_style=gnu-makefile
make_use_env=yes