upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / xrootd / repos / community-x86_64 / add_missing_header.patch
blob3be8a3511b58542f58902381757306fdc9869b7c
1 diff --git a/src/Xrd/XrdConfig.cc b/src/Xrd/XrdConfig.cc
2 index 1be14323e..4b6d9caec 100644
3 --- a/src/Xrd/XrdConfig.cc
4 +++ b/src/Xrd/XrdConfig.cc
5 @@ -46,6 +46,7 @@
6 #include <sys/resource.h>
7 #include <sys/types.h>
8 #include <sys/stat.h>
9 +#include <sys/socket.h>
10 #include <sys/un.h>
12 #include "XrdVersion.hh"