* lib/argp-ba.c: Include <config.h> and argp.h.
* lib/argp-pv.c: Likewise.
+2025-04-26 Bruno Haible <bruno@clisp.org>
+
+ argp: Fix -Wmissing-variable-declarations warnings.
+ * lib/argp-ba.c: Include <config.h> and argp.h.
+ * lib/argp-pv.c: Likewise.
+
2025-04-26 Bruno Haible <bruno@clisp.org>
vasnprintf: Fix -Wshadow=local warnings.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+/* Specification. */
+#include "argp.h"
+
/* If set by the user program, it should point to string that is the
bug-reporting address for the program. It will be printed by argp_help if
the ARGP_HELP_BUG_ADDR flag is set (as it is by various standard help
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+/* Specification. */
+#include "argp.h"
+
/* If set by the user program to a non-zero value, then a default option
--version is added (unless the ARGP_NO_HELP flag is used), which will
print this string followed by a newline and exit (unless the