diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 52ab0bff91a58e45a69a1a9a4e0768cc846230fa
parent b6e07a91d21e6f3d070b6c5183ebb956b84a39c6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 17 Oct 2021 23:15:49 +0200

remove unistd from caldav.h

Diffstat:
Msrc/caldav.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/caldav.h b/src/caldav.h @@ -6,7 +6,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include <pthread.h> #include <time.h> #include <sys/stat.h>