aboutsummaryrefslogtreecommitdiff
path: root/test/unit/preprocess.moon
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/preprocess.moon')
-rw-r--r--test/unit/preprocess.moon3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/preprocess.moon b/test/unit/preprocess.moon
index 88580476b2..cf98ac3c8b 100644
--- a/test/unit/preprocess.moon
+++ b/test/unit/preprocess.moon
@@ -85,7 +85,8 @@ class Gcc
'-D "__asm(ARGS)="',
'-D "__asm__(ARGS)="',
'-D "__inline__="',
- '-D_GNU_SOURCE'
+ '-D_GNU_SOURCE',
+ '-DINCLUDE_GENERATED_DECLARATIONS'
}
new: (path) =>