mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
* Build correctly against newer ATerm releases. Fixes "error: 'union'
tag used in naming 'struct _ATerm'".
This commit is contained in:
parent
d8a5dc02fc
commit
945d8218fb
@ -1,7 +1,7 @@
|
||||
#ifndef __DERIVATIONS_H
|
||||
#define __DERIVATIONS_H
|
||||
|
||||
typedef struct _ATerm * ATerm;
|
||||
#include <aterm1.h>
|
||||
|
||||
#include "hash.hh"
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#ifndef __ATERM_MAP_H
|
||||
#define __ATERM_MAP_H
|
||||
|
||||
typedef struct _ATerm * ATerm;
|
||||
|
||||
#include <aterm1.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user