X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fregcomp.c;fp=common-src%2Fregcomp.c;h=01a86da626be09450bb11e1cabb209f6d0dd08bb;hb=12179dea039515c06168c0037d048566a3f623de;hp=fbdc7b1704d16ca6961bb783bf155cf686f1ba34;hpb=94c03cae686e4196a345d72452fda2a5203768ce;p=debian%2Famanda diff --git a/common-src/regcomp.c b/common-src/regcomp.c index fbdc7b1..01a86da 100644 --- a/common-src/regcomp.c +++ b/common-src/regcomp.c @@ -23,10 +23,11 @@ * Authors: the Amanda Development Team. Its members are listed in a * file named AUTHORS, in the root directory of this distribution. */ -/* $Id: regcomp.c,v 1.3 1998/07/04 00:18:51 oliva Exp $ +/* $Id: regcomp.c,v 1.4 2006/05/25 01:47:12 johnfranks Exp $ * * wrapper file for Henry Spencer's regcomp.c */ +#include "amanda.h" #include "amregex.h" #include "../regex-src/regcomp.c"