* lib/strftime.h: Include <stddef.h>
2025-11-01 Paul Eggert <eggert@cs.ucla.edu>
+ nstrftime: don’t assume <time.h> defines ptrdiff_t
+ * lib/strftime.h: Include <stddef.h>
+
nstrftime: do not preserve errno on success
* NEWS: Mention this, and coalesce recent changes for the
benefit of future readers.
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/>. */
+#include <stddef.h>
#include <time.h>
#ifdef __cplusplus