Skip to content

Commit

Permalink
teeacl: fix include path
Browse files Browse the repository at this point in the history
The `uuid` pkg-config file provides the include directory as
`${PREFIX}/include/uuid`. Set include path relative to pkg-config file
specified include_dir to remain portable.

Signed-off-by: Eero Aaltonen <[email protected]>
Acked-by: Clement Faure <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
  • Loading branch information
eaaltonen authored and jforissier committed Oct 28, 2022
1 parent 13123de commit 52fca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libteeacl/include/teeacl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define TEEACL_H

#include <grp.h>
#include <uuid/uuid.h>
#include <uuid.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 52fca90

Please sign in to comment.