about summary refs log tree commit diff
path: root/src/tests/test-switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test-switch.c')
-rw-r--r--src/tests/test-switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-switch.c b/src/tests/test-switch.c
index 937ec03..02bbfde 100644
--- a/src/tests/test-switch.c
+++ b/src/tests/test-switch.c
@@ -18,7 +18,7 @@ int main (void)
   nsss_switch_t a = NSSS_SWITCH_ZERO ;
   stralloc sa = STRALLOC_ZERO ;
   genalloc ga = GENALLOC_ZERO ;
-  tain_t deadline ;
+  tain deadline ;
   PROG = "test-switch" ;
   tain_now_set_stopwatch_g() ;
   tain_from_millisecs(&deadline, 10000) ;