diff options
Diffstat (limited to 'lib/csv/dune')
-rwxr-xr-x | lib/csv/dune | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csv/dune b/lib/csv/dune index b0f4a72..2cdc868 100755 --- a/lib/csv/dune +++ b/lib/csv/dune @@ -3,4 +3,5 @@ (libraries
re
)
+ (foreign_stubs (language c) (names format))
)
|