build: Take the mem-hash-map module from Gnulib now, part 2.

* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add next-prime.
* gettext-tools/src/write-mo.c: Include next-prime.h.
* gettext-tools/src/write-qt.c: Likewise.
This commit is contained in:
Bruno Haible 2025-04-30 16:43:06 +02:00
parent 2fde1696aa
commit 096228bcaf
3 changed files with 5 additions and 2 deletions

View File

@ -218,6 +218,7 @@ if ! $skip_gnulib; then
memset
minmax
mkdir
next-prime
noreturn
obstack
open

View File

@ -1,5 +1,5 @@
/* Writing binary .mo files.
Copyright (C) 1995-2024 Free Software Foundation, Inc.
Copyright (C) 1995-2025 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software: you can redistribute it and/or modify
@ -42,6 +42,7 @@
#include "mem-hash-map.h"
#include "message.h"
#include "format.h"
#include "next-prime.h"
#include "xsize.h"
#include "xalloc.h"
#include "xmalloca.h"

View File

@ -1,5 +1,5 @@
/* Writing Qt .qm files.
Copyright (C) 2003-2024 Free Software Foundation, Inc.
Copyright (C) 2003-2025 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
@ -33,6 +33,7 @@
#include "attribute.h"
#include "xerror.h"
#include "message.h"
#include "next-prime.h"
#include "po-charset.h"
#include "msgl-iconv.h"
#include "xerror-handler.h"