Re: notmuch-0.24.1: missing header include

2017-05-14 Thread Thomas Klausner
On Sat, May 13, 2017 at 07:54:39PM -0300, David Bremner wrote: > > On Solaris, notmuch-0.24.1 does not compile because lib/message.cc > > uses index(3) but does not include strings.h. > > > > Please apply the attached patch or a similar one. > > > > Thanks, > > Thomas > > In master we've

Re: notmuch-0.24.1: missing header include

2017-05-13 Thread David Bremner
Thomas Klausner writes: > Hi! > > On Solaris, notmuch-0.24.1 does not compile because lib/message.cc > uses index(3) but does not include strings.h. > > Please apply the attached patch or a similar one. > > Thanks, > Thomas In master we've replaced index(3) with strchr(3).

notmuch-0.24.1: missing header include

2017-05-13 Thread Thomas Klausner
Hi! On Solaris, notmuch-0.24.1 does not compile because lib/message.cc uses index(3) but does not include strings.h. Please apply the attached patch or a similar one. Thanks, Thomas $NetBSD: patch-lib_notmuch-private.h,v 1.1 2017/04/20 09:06:34 jperkin Exp $ Include strings.h for index(3).