From f6229067dd049dcfee450ee7a6e2e05f73978fbc Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 18 May 2000 13:07:22 +0000 Subject: [PATCH] add call to threadInit --- src/util/ca_test_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/ca_test_main.c b/src/util/ca_test_main.c index 03c7a61e7..204c0a569 100644 --- a/src/util/ca_test_main.c +++ b/src/util/ca_test_main.c @@ -32,10 +32,12 @@ #include "ca_test.h" #include "dbDefs.h" +#include "osiThread.h" int main(int argc, char **argv) { + threadInit (); /* * print error and return if arguments are invalid */