diff options
Diffstat (limited to 'lib/openat-die.c')
-rw-r--r-- | lib/openat-die.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/openat-die.c b/lib/openat-die.c index df3dbc9..959c77d 100644 --- a/lib/openat-die.c +++ b/lib/openat-die.c @@ -1,6 +1,6 @@ /* Report a save- or restore-cwd failure in our openat replacement and then exit. - Copyright (C) 2005-2006, 2008-2023 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ #include <stdlib.h> #ifndef GNULIB_LIBPOSIX -# include "error.h" +# include <error.h> #endif #include "exitfail.h" |