summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2021-08-12 15:03:46 +0200
committerJakub Jelen <jjelen@redhat.com>2021-08-12 15:03:54 +0200
commit945c25c82bdba0737362caf39a31f58d857e206a (patch)
treeeb236fd411620f1a113c4d2ba689cd9ec5fc12a3
parent21649747849c464cc8e67b832d1d5582e66eaee8 (diff)
common: Fix build with glib < 2.68
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 044413e..37fe84c 100644
--- a/src/common.c
+++ b/src/common.c
@@ -24,6 +24,7 @@
#include "config.h"
#include <stdio.h>
+#include <string.h>
#include "vcard.h"
#include "common.h"