diff options
Diffstat (limited to 'src/sysdep.h')
-rw-r--r-- | src/sysdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sysdep.h b/src/sysdep.h index c17fa01..f623e8d 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -1,5 +1,5 @@ /* Dirty system-dependent hacks. - Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Copyright (C) 1996-2011, 2015, 2018-2020 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -36,7 +36,6 @@ as that of the covered work. */ /* Provided by gnulib on systems that don't have it: */ -#include <alloca.h> #include <sys/types.h> #include <sys/stat.h> #include <stdint.h> |