X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/41b2f31402be54e00944779e69cf43bc23fa413a..d76f17672018832a885e3ce6087123d85bda0bca:/openssh/openbsd-compat/strlcat.c diff --git a/openssh/openbsd-compat/strlcat.c b/openssh/openbsd-compat/strlcat.c index 3a9b5d1..6ff65c1 100644 --- a/openssh/openbsd-compat/strlcat.c +++ b/openssh/openbsd-compat/strlcat.c @@ -27,7 +27,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" +#include "config.h" #ifndef HAVE_STRLCAT #if defined(LIBC_SCCS) && !defined(lint)