* lib/getcwd.c: Include <stdio.h>.
+2023-02-09 Bruno Haible <bruno@clisp.org>
+
+ getcwd: Fix compilation error in C23 mode.
+ * lib/getcwd.c: Include <stdio.h>.
+
2023-02-07 Bruno Haible <bruno@clisp.org>
Fix a copyright header - module license mismatch.
-/* Copyright (C) 1991-2022 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is free software: you can redistribute it and/or modify
#if !_LIBC
# include <config.h>
+# include <stdio.h>
# include <unistd.h>
# include "pathmax.h"
#else