aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/t-cancel.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-10-06 11:12:28 +0000
committerJustus Winter <[email protected]>2016-10-06 11:12:52 +0000
commit857592041b8355cd58a7068c9f2446cf8dc0968f (patch)
tree0127051e8335bc6041ccba9ecef229c12668dbb5 /tests/gpg/t-cancel.c
parentcpp: Bump Revision (diff)
downloadgpgme-857592041b8355cd58a7068c9f2446cf8dc0968f.tar.gz
gpgme-857592041b8355cd58a7068c9f2446cf8dc0968f.zip
Add missing includes.
* lang/cpp/src/key.cpp: Include <strings.h> for 'strcasecmp'. * tests/gpg/t-cancel.c: Include <sys/select.h> for 'fd_set' and friends. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/gpg/t-cancel.c')
-rw-r--r--tests/gpg/t-cancel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpg/t-cancel.c b/tests/gpg/t-cancel.c
index af98af98..16a062a7 100644
--- a/tests/gpg/t-cancel.c
+++ b/tests/gpg/t-cancel.c
@@ -34,6 +34,7 @@
#include <errno.h>
#include <unistd.h>
#include <pthread.h>
+#include <sys/select.h>
#include <gpgme.h>