aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check.c
diff options
context:
space:
mode:
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);