From 08de5230fdc1e596e19978cc84816078943b6932 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 20 May 2005 21:32:31 +0000 Subject: [PATCH] Added include stdlib.h --- src/tstthreads.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tstthreads.cpp b/src/tstthreads.cpp index b07fe03..f1bf7f0 100644 --- a/src/tstthreads.cpp +++ b/src/tstthreads.cpp @@ -1,4 +1,4 @@ -/* $Id: tstthreads.cpp,v 1.1 2005-05-19 21:29:58 adam Exp $ +/* $Id: tstthreads.cpp,v 1.2 2005-05-20 21:32:31 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -19,6 +19,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include -- 1.7.10.4