aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2014-04-25 10:03:59 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2014-04-25 10:03:59 +0200
commit7b05842983ffb53f99d88ae778bffd035b87c613 (patch)
treef3ac8daae011efa0e60bc4464b6228e445fbe321 /tests/check.c
parentb4008a52254debf3a2c348c9e4a710d3bb8dc8ec (diff)
parent6a6d7d8f10fb72b195cef814e473917d984023b4 (diff)
Merging test suite fixes from Jelmer.
Diffstat (limited to 'tests/check.c')
-rw-r--r--tests/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check.c b/tests/check.c
index 9a3043a7..2e55dbc4 100644
--- a/tests/check.c
+++ b/tests/check.c
@@ -3,6 +3,7 @@
#include <gmodule.h>
#include <check.h>
#include <locale.h>
+#include <sys/time.h>
#include "bitlbee.h"
#include "testsuite.h"
@@ -81,7 +82,6 @@ int main (int argc, char **argv)
{"verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "Be verbose", NULL },
{ NULL }
};
- int i;
pc = g_option_context_new("");
g_option_context_add_main_entries(pc, options, NULL);