From: Bruno Haible Date: Sun, 6 Sep 2020 23:24:03 +0000 (+0200) Subject: Fix "warning: no previous prototype for function 'xgetcwd'". X-Git-Tag: v0.21.1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d25853709cc32cb9452f5b8d1998de09484b8f;p=thirdparty%2Fgettext.git Fix "warning: no previous prototype for function 'xgetcwd'". * gnulib-local/lib/xgetcwd.c: Include "xgetcwd.h". --- diff --git a/gnulib-local/lib/xgetcwd.c b/gnulib-local/lib/xgetcwd.c index d0a0dd4e9..d19f45cde 100644 --- a/gnulib-local/lib/xgetcwd.c +++ b/gnulib-local/lib/xgetcwd.c @@ -1,5 +1,5 @@ /* xgetcwd.c -- return current directory with unlimited length - Copyright (C) 1992, 1996, 2000, 2003, 2005-2006, 2011 Free + Copyright (C) 1992, 1996, 2000, 2003, 2005-2006, 2011, 2020 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -19,6 +19,9 @@ #include +/* Specification. */ +#include "xgetcwd.h" + #include #include #include