aboutsummaryrefslogtreecommitdiff
path: root/src/compfy.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'src/compfy.modulemap')
-rw-r--r--src/compfy.modulemap6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compfy.modulemap b/src/compfy.modulemap
index 621ad81..78d7d94 100644
--- a/src/compfy.modulemap
+++ b/src/compfy.modulemap
@@ -23,6 +23,12 @@ module region {
module compfy {
header "compfy.h"
}
+module curl {
+ header "curl.h"
+}
+module json-c {
+ header "json.h"
+}
module types {
header "types.h"
}