mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
* Sone missing #includes.
This commit is contained in:
parent
bafc1690fc
commit
fc195519b5
3 changed files with 3 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ my $initFun = "init";
|
|||
open HEADER, ">$ARGV[0]";
|
||||
open IMPL, ">$ARGV[1]";
|
||||
|
||||
print HEADER "#include <aterm2.h>\n";
|
||||
print HEADER "#ifdef __cplusplus\n";
|
||||
print HEADER "namespace nix {\n";
|
||||
print HEADER "#endif\n\n\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue