1
1
Fork 0
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:
Eelco Dolstra 2006-09-05 08:54:48 +00:00
parent bafc1690fc
commit fc195519b5
3 changed files with 3 additions and 1 deletions

View file

@ -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";