diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T22·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T22·08+0000 |
commit | 4be5443882cfbe7c2aa09b1c373c220400a5133f (patch) | |
tree | 1ca05b183b746d6243fa378f719410447e2584aa /src/libstore/misc.cc | |
parent | 2382a729e07ae09abb278cc28b137b9c4060101e (diff) |
* Remove unnecessary inclusions of aterm2.h.
Diffstat (limited to 'src/libstore/misc.cc')
-rw-r--r-- | src/libstore/misc.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/misc.cc b/src/libstore/misc.cc index 156d059b6f30..bcede901c5ae 100644 --- a/src/libstore/misc.cc +++ b/src/libstore/misc.cc @@ -3,6 +3,8 @@ #include "build.hh" #include "db.hh" +#include <aterm2.h> + namespace nix { |