Skip to content

Commit 0c4a9f5

Browse files
committed
vcard_test_encode.c: #include <config.h> (for _unused)
1 parent abc83b4 commit 0c4a9f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/test/libicalvcard/vcard_test_encode.c

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
1010
======================================================================*/
1111

12+
#ifdef HAVE_CONFIG_H
13+
#include <config.h>
14+
#endif
15+
1216
#include "vcard.h"
1317

1418
#include <assert.h>

0 commit comments

Comments
 (0)