rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 088ecb2a4c986c8b91f64d3071e7d2ee3cf8d861
parent d749d3136fb2b354ddf808d5ff28e18760fb2a25
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 17 Aug 2020 11:59:00 +0200

include fcntl.h for flock

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
txtdb.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/txtdb.c b/txtdb.c @@ -3,6 +3,7 @@ * by 20h */ +#include <fcntl.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h>