aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-02 19:07:28 +0200
committerMattias Andrée <maandree@kth.se>2021-04-02 19:07:28 +0200
commita8d76118ca810c92a68fe5bb4648ce23636c022d (patch)
treeb83505d23a7667b421be06bb23b99d8f316ebe9a /common.h
parentlibcontacts_list_contacts: return empty list of contacts if dir is missing (diff)
downloadlibcontacts-a8d76118ca810c92a68fe5bb4648ce23636c022d.tar.gz
libcontacts-a8d76118ca810c92a68fe5bb4648ce23636c022d.tar.bz2
libcontacts-a8d76118ca810c92a68fe5bb4648ce23636c022d.tar.xz
Add full name, use separate fields for birthday componets and add when leapies celebrate on common years
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index aa6a1b3..d74dde5 100644
--- a/common.h
+++ b/common.h
@@ -6,6 +6,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>