nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b34b6bdc740c611ffbba62269a13a559a3bc9aac
parent 7dd9d3d076820faf6cb71d1bd6b1aed44fee9a0b
Author: Rolf Eike Beer <eike@sf-mail.de>
Date:   Sat,  6 Jun 2020 22:12:32 +0200

add missing include in byte.h

Fixes: 11047ed0a85a6afa5d147e3c5080326cfe4a5fe0

Diffstat:
Mbyte.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/byte.h b/byte.h @@ -1,6 +1,8 @@ #ifndef BYTE_H #define BYTE_H +#include <string.h> + extern unsigned int byte_chr(); extern unsigned int byte_rchr(); extern void byte_copy();