Skip to content

Commit

Permalink
Use uuid.h from libuuid for Macaroons
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlantic777 committed Jan 20, 2020
1 parent 29e6751 commit 048dd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdMacaroons/XrdMacaroonsHandler.cc
Expand Up @@ -4,7 +4,7 @@
#include <string>
#include <iostream>

#include "uuid.h"
#include <uuid/uuid.h>
#include "json.h"
#include "macaroons.h"

Expand Down

0 comments on commit 048dd9b

Please sign in to comment.