From: hadaq Date: Wed, 9 Oct 2002 15:41:21 +0000 (+0000) Subject: include stdlib.h to make ANSI C happy -- mm X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ae7f66fdc7ae996964ab3c7cc53655b871cd4d47;p=daqdata.git include stdlib.h to make ANSI C happy -- mm --- diff --git a/hadaq/hwrace.c b/hadaq/hwrace.c index 64b0d57..73725e6 100644 --- a/hadaq/hwrace.c +++ b/hadaq/hwrace.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwrace.c,v 6.19 2002-10-09 12:42:17 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwrace.c,v 6.20 2002-10-09 15:41:21 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L @@ -6,6 +6,7 @@ static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hada #include #include +#include #include #include #include