1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

Fix compilation on FreeBSD

http://hydra.nixos.org/build/2213576

Not sure why compilation doesn't fail on other platforms...
This commit is contained in:
Eelco Dolstra 2012-03-05 22:04:40 +01:00
parent d645633643
commit 605b16cd7b
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include "value-to-xml.hh"
#include "xml-writer.hh"
#include "eval-inline.hh"
#include "util.hh"
#include <cstdlib>