commit | 62268ee9d6381ded49636fa37ea18754f06a2bf1 | [log] [tgz] |
---|---|---|
author | Thomas Heijligen <src@posteo.de> | Mon Nov 27 15:10:41 2023 +0000 |
committer | Thomas Heijligen <src@posteo.de> | Mon Nov 27 15:10:41 2023 +0000 |
tree | f7078b464140b955c7e84c3a50bfb1f50ab9314b | |
parent | 81cf58d7166f46b390e322be3e8a41b21d129243 [diff] [blame] |
Make it compile
diff --git a/src/fs.ads b/src/fs.ads index 3ea5a69..4591a8a 100644 --- a/src/fs.ads +++ b/src/fs.ads
@@ -1,5 +1,7 @@ +with Interfaces; + package FS is - type Buffer is array (Natural range <>) of Unsigned_8; + type Buffer_Type is array (Natural range <>) of Interfaces.Unsigned_8; end FS;