diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-12-16T15·29+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-12-16T15·29+0000 |
commit | 945d8218fbcab4e546213f420125bf521ff3306d (patch) | |
tree | d15b1aa73c71f41f60f6a58851b0307da74fc55b /src/libstore | |
parent | d8a5dc02fc2efbbd386edb4be960d741c0650b8a (diff) |
* Build correctly against newer ATerm releases. Fixes "error: 'union'
tag used in naming 'struct _ATerm'".
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/derivations.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index 3aa750962e79..042f4738d469 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -1,7 +1,7 @@ #ifndef __DERIVATIONS_H #define __DERIVATIONS_H -typedef struct _ATerm * ATerm; +#include <aterm1.h> #include "hash.hh" |