]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/descriptors.cc
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / descriptors.cc
index 92fd42f41f63a49ce0bd397ed3669d25bf812281..9e7766c59ffa7cb3a7c9735f3de2ba1a0b1c6223 100644 (file)
@@ -1,6 +1,6 @@
 // descriptors.cc -- manage file descriptors for gold
 
-// Copyright (C) 2008-2019 Free Software Foundation, Inc.
+// Copyright (C) 2008-2023 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -26,6 +26,7 @@
 #include <cstdio>
 #include <cstring>
 #include <fcntl.h>
+#include <string>
 #include <unistd.h>
 
 #include "debug.h"