From 42301afdc1bb6585d78d9d958c657b58cf4857f8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Oct 2005 10:00:02 +0000 Subject: [PATCH] Include gduqueue.h --- src/p2_frontend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/p2_frontend.h b/src/p2_frontend.h index dd0c7f8..0476ef2 100644 --- a/src/p2_frontend.h +++ b/src/p2_frontend.h @@ -1,4 +1,4 @@ -/* $Id: p2_frontend.h,v 1.2 2005-10-06 19:33:58 adam Exp $ +/* $Id: p2_frontend.h,v 1.3 2005-10-13 10:00:02 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -30,6 +30,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include +#include #include class P2_Frontend; -- 1.7.10.4