mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Merge pull request #12836 from NixOS/component-in-header-path
Expose the nix component in header include paths
This commit is contained in:
commit
7a6570a11c
647 changed files with 2566 additions and 2568 deletions
|
@ -6,11 +6,11 @@
|
|||
#undef do_open
|
||||
#undef do_close
|
||||
|
||||
#include "nix/derivations.hh"
|
||||
#include "nix/realisation.hh"
|
||||
#include "nix/globals.hh"
|
||||
#include "nix/store-api.hh"
|
||||
#include "nix/posix-source-accessor.hh"
|
||||
#include "nix/store/derivations.hh"
|
||||
#include "nix/store/realisation.hh"
|
||||
#include "nix/store/globals.hh"
|
||||
#include "nix/store/store-api.hh"
|
||||
#include "nix/util/posix-source-accessor.hh"
|
||||
|
||||
#include <sodium.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue