From d637ea4e301ba42bddfc3a1483f3501e3c445a08 Mon Sep 17 00:00:00 2001 From: prpr Date: Sat, 29 Oct 2022 15:09:20 +0100 Subject: [PATCH] Add missing define --- xconv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xconv.h b/xconv.h index 43e258e..c80b13f 100644 --- a/xconv.h +++ b/xconv.h @@ -1,7 +1,7 @@ - #ifndef _XCONV_H +#define _XCONV_H + size_t xconv(char *, char *, size_t); #endif -