Skip to content

Commit

Permalink
[XrdMacaroons] Add missing includes, fixes #1468.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal authored and gganis committed Nov 23, 2021
1 parent 875275f commit efd0a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdMacaroons/XrdMacaroonsConfigure.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

#include <fcntl.h>
#include <errno.h>

#include <openssl/bio.h>
#include <openssl/evp.h>
Expand Down
1 change: 1 addition & 0 deletions src/XrdMacaroons/XrdMacaroonsHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <cstring>
#include <string>
#include <iostream>
#include <sstream>

#include <uuid/uuid.h>
#include "json.h"
Expand Down

0 comments on commit efd0a53

Please sign in to comment.