diff options
Diffstat (limited to 'compiler/compiler.pas')
-rw-r--r-- | compiler/compiler.pas | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/compiler.pas b/compiler/compiler.pas index 45f29688e8..ad9278dab7 100644 --- a/compiler/compiler.pas +++ b/compiler/compiler.pas @@ -65,6 +65,9 @@ uses {$ifdef android} ,i_android {$endif android} +{$ifdef aros} + ,i_aros +{$endif} {$ifdef atari} ,i_atari {$endif atari} |