diff --git a/maestro/i_pool_client.h b/include/maestro/i_pool_client.h similarity index 100% rename from maestro/i_pool_client.h rename to include/maestro/i_pool_client.h diff --git a/maestro/ofi.c b/maestro/ofi.c index e43de4e38cd47467b9c7ded24af41ccde80ec90a..95659a1d8baaf0b3db9e7dfa3d9252e3fb4db0c6 100644 --- a/maestro/ofi.c +++ b/maestro/ofi.c @@ -52,7 +52,7 @@ #include "maestro/i_hashing.h" -#include "i_pool_client.h" +#include "maestro/i_pool_client.h" #include "maestro/i_pool_manager.h" #include "maestro/i_memlock.h" diff --git a/maestro/pool_client.c b/maestro/pool_client.c index a9165401706746cea0a5305bff8032b50254c9ad..7ed218348b359670d8bd46864cfd8f2e09836f20 100644 --- a/maestro/pool_client.c +++ b/maestro/pool_client.c @@ -1,4 +1,4 @@ -#include "i_pool_client.h" +#include "maestro/i_pool_client.h" #include "maestro/i_globals.h" #include "maestro/logging.h"