=================================================================== RCS file: /cvs/mandoc/mansearch.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- mandoc/mansearch.c 2014/07/24 20:30:45 1.39 +++ mandoc/mansearch.c 2014/08/05 12:34:08 1.40 @@ -1,4 +1,4 @@ -/* $Id: mansearch.c,v 1.39 2014/07/24 20:30:45 schwarze Exp $ */ +/* $Id: mansearch.c,v 1.40 2014/08/05 12:34:08 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -38,6 +38,9 @@ #include "compat_ohash.h" #endif #include +#ifndef SQLITE_DETERMINISTIC +#define SQLITE_DETERMINISTIC 0 +#endif #include "mandoc.h" #include "mandoc_aux.h"