diff options
-rw-r--r-- | mansearch.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mansearch.c b/mansearch.c index 96e07388..b6e552e6 100644 --- a/mansearch.c +++ b/mansearch.c @@ -38,6 +38,9 @@ #include "compat_ohash.h" #endif #include <sqlite3.h> +#ifndef SQLITE_DETERMINISTIC +#define SQLITE_DETERMINISTIC 0 +#endif #include "mandoc.h" #include "mandoc_aux.h" |