summaryrefslogtreecommitdiff
path: root/src/libsndfile.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2023-07-20 18:56:55 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2023-07-20 18:56:55 +1200
commit623d5a88343a90c7b0d3aa02fe8b06b09b537928 (patch)
tree636ab79b6a5bbc3750e3b61259d32198b2c30f29 /src/libsndfile.ads
parent734544d457cb098c1d434798528670e0bf156cdb (diff)
Added pragma for Ada 2012
Diffstat (limited to 'src/libsndfile.ads')
-rw-r--r--src/libsndfile.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsndfile.ads b/src/libsndfile.ads
index 67e355f..2c0866c 100644
--- a/src/libsndfile.ads
+++ b/src/libsndfile.ads
@@ -4,6 +4,9 @@
-- Released into the public domain
+pragma Ada_2012;
+
+
private with
Interfaces.C,