diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #ifndef DUCC_AST_H #define DUCC_AST_H -#include <stddef.h> +#include "ducc.h" typedef enum { StorageClass_unspecified, |
