diff options
Diffstat (limited to 'config.h.post')
-rw-r--r-- | config.h.post | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.post b/config.h.post index 07b53415..e95f5f53 100644 --- a/config.h.post +++ b/config.h.post @@ -23,6 +23,9 @@ extern char *suboptarg; #ifndef HAVE_REALLOCARRAY extern void *reallocarray(void *, size_t, size_t); #endif +#ifndef HAVE_SQLITE3_ERRSTR +extern const char *sqlite3_errstr(int); +#endif #ifndef HAVE_STRCASESTR extern char *strcasestr(const char *, const char *); #endif |