diff options
Diffstat (limited to 'lib/spawn-pipe.c')
-rw-r--r-- | lib/spawn-pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spawn-pipe.c b/lib/spawn-pipe.c index d2d21e6..0f03926 100644 --- a/lib/spawn-pipe.c +++ b/lib/spawn-pipe.c @@ -1,5 +1,5 @@ /* Creation of subprocesses, communicating via pipes. - Copyright (C) 2001-2004, 2006-2023 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2024 Free Software Foundation, Inc. Written by Bruno Haible <haible@clisp.cons.org>, 2001. This program is free software: you can redistribute it and/or modify @@ -33,7 +33,7 @@ #include <unistd.h> #include "canonicalize.h" -#include "error.h" +#include <error.h> #include "fatal-signal.h" #include "filename.h" #include "findprog.h" |