Skip to content

Commit

Permalink
S3: fix Ubunutu, Alpine builds
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 committed May 23, 2024
1 parent 668ee58 commit b3bbf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Build-Depends:
libkrb5-dev,
libcurl4-openssl-dev,
libtinyxml-dev,
libtinyxml2-dev,
libxml2-dev,
ncurses-dev,
libssl-dev,
Expand Down
1 change: 1 addition & 0 deletions src/XrdS3/XrdS3Utils.hh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <numeric>
#include <sstream>
#include <string>
#include <sys/types.h>
//------------------------------------------------------------------------------

namespace S3 {
Expand Down

0 comments on commit b3bbf3b

Please sign in to comment.