From: hadaq Date: Thu, 6 Jun 2002 13:00:33 +0000 (+0000) Subject: Bugfix -- wk X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e3d076ad5deb424495a6d28c09f9fce3a89d7926;p=daqdata.git Bugfix -- wk --- diff --git a/hadaq/readout.c b/hadaq/readout.c index ad02967..25fe42c 100644 --- a/hadaq/readout.c +++ b/hadaq/readout.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/readout.c,v 6.21 2001-11-18 11:56:21 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/readout.c,v 6.22 2002-06-06 13:00:33 hadaq Exp $"; #define _POSIX_C_SOURCE 199506L @@ -23,6 +23,7 @@ static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hada #include "shmtrans.h" #include "hadtuqueue.h" #include "worker.h" +#include "subevt.h" typedef struct TheArgsS { unsigned long waterMark;