X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=dfa%2Ftest_dfa.c;h=27cb00e74453182f5c813ab8bd3fb7217647a4f7;hb=de044fbb534d2db022ca965d0328dac7a6edf032;hp=042be57799764532ffb8c582f1ae122cce3fc1c2;hpb=6a0f9234f945bc4956e2bcef75f715661a9eba9a;p=idzebra-moved-to-github.git diff --git a/dfa/test_dfa.c b/dfa/test_dfa.c index 042be57..27cb00e 100644 --- a/dfa/test_dfa.c +++ b/dfa/test_dfa.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -27,7 +30,7 @@ int test_parse(struct DFA *dfa, const char *pattern) i = dfa_parse(dfa, &cp); return i; } - + static void tst(int argc, char **argv) { struct DFA *dfa = dfa_init();