Skip to content

Commit

Permalink
Include missing sys/time.h where needed to support musl
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Feb 15, 2023
1 parent 8b79d9f commit 524e65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClFileStateHandler.hh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <set>
#include <vector>

#include <sys/time.h>
#include <sys/uio.h>
#include <cstdint>

Expand Down
2 changes: 2 additions & 0 deletions src/XrdCl/XrdClMonitor.hh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@

#include "XrdCl/XrdClFileSystem.hh"

#include <sys/time.h>

namespace XrdCl
{
class URL;
Expand Down

0 comments on commit 524e65d

Please sign in to comment.