summaryrefslogtreecommitdiff
path: root/src/skaembutils/s6-quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skaembutils/s6-quote.c')
-rw-r--r--src/skaembutils/s6-quote.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/skaembutils/s6-quote.c b/src/skaembutils/s6-quote.c
index b370e39..6925806 100644
--- a/src/skaembutils/s6-quote.c
+++ b/src/skaembutils/s6-quote.c
@@ -1,5 +1,6 @@
/* ISC license. */
+#include <sys/types.h>
#include <skalibs/sgetopt.h>
#include <skalibs/strerr2.h>
#include <skalibs/allreadwrite.h>
@@ -12,9 +13,9 @@ int main (int argc, char const *const *argv)
{
stralloc sa = STRALLOC_ZERO ;
char const *delim = "\"" ;
- unsigned int delimlen ;
+ size_t delimlen ;
+ size_t startquote = 1 ;
int nl = 1 ;
- int startquote = 1 ;
PROG = "s6-quote" ;
{
subgetopt_t l = SUBGETOPT_ZERO ;