diff options
Diffstat (limited to 'util/assuan-buffer.c')
-rw-r--r-- | util/assuan-buffer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/assuan-buffer.c b/util/assuan-buffer.c index 47f4e189e..949e7f49d 100644 --- a/util/assuan-buffer.c +++ b/util/assuan-buffer.c @@ -34,6 +34,10 @@ #endif #include "assuan-defs.h" +#ifndef HAVE_MEMRCHR +void *memrchr(const void *s, int c, size_t n); +#endif + static int writen (assuan_context_t ctx, const char *buffer, size_t length) { |