diff options
Diffstat (limited to 'third_party/nix/src/libstore/profiles.hh')
-rw-r--r-- | third_party/nix/src/libstore/profiles.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/libstore/profiles.hh b/third_party/nix/src/libstore/profiles.hh index 9f31083b32ee..ff6399040928 100644 --- a/third_party/nix/src/libstore/profiles.hh +++ b/third_party/nix/src/libstore/profiles.hh @@ -2,8 +2,8 @@ #include <time.h> -#include "pathlocks.hh" -#include "types.hh" +#include "libstore/pathlocks.hh" +#include "libutil/types.hh" namespace nix { |