aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils_io.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils_io.ads')
-rw-r--r--src/utils_io.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils_io.ads b/src/utils_io.ads
index ef0c5f1ee..a99d52c3c 100644
--- a/src/utils_io.ads
+++ b/src/utils_io.ads
@@ -14,6 +14,8 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <gnu.org/licenses>.
+with System;
+
with Types; use Types;
package Utils_IO is
@@ -27,4 +29,6 @@ package Utils_IO is
procedure Put_Uns32 (V : Uns32);
procedure Put_Int32 (V : Int32);
procedure Put_Int64 (V : Int64);
+
+ procedure Put_Addr (V : System.Address);
end Utils_IO;