tinclude fcntl.h for flock - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 088ecb2a4c986c8b91f64d3071e7d2ee3cf8d861
 (DIR) parent d749d3136fb2b354ddf808d5ff28e18760fb2a25
 (HTM) 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(-)
       ---
 (DIR) diff --git a/txtdb.c b/txtdb.c
       t@@ -3,6 +3,7 @@
         * by 20h
         */
        
       +#include <fcntl.h>
        #include <unistd.h>
        #include <stdio.h>
        #include <stdlib.h>