]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
include stdlib.h to make ANSI C happy -- mm
authorhadaq <hadaq>
Wed, 9 Oct 2002 15:41:21 +0000 (15:41 +0000)
committerhadaq <hadaq>
Wed, 9 Oct 2002 15:41:21 +0000 (15:41 +0000)
hadaq/hwrace.c

index 64b0d57c66ea35f14e53a4926f7900cfb13af7b7..73725e624698de355abb8f274769973fb0dfa47f 100644 (file)
@@ -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 <assert.h>
 #include <errno.h>
+#include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <time.h>