aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2025-03-05 17:38:04 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-05 17:38:04 +0000
commitbb8a440c7a117762fd5c5d08b4aaf3d803a581aa (patch)
tree34db41a60d44f53ac8ce2b729d09f744d6352f95 /src
parentupdate for Zig 0.14.0 (diff)
downloadglsl-view-hap.tar.gz
glsl-view-hap.zip
wip HAP codechap
Diffstat (limited to 'src')
-rw-r--r--src/c.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/c.zig b/src/c.zig
index 7b46914..54c156e 100644
--- a/src/c.zig
+++ b/src/c.zig
@@ -11,4 +11,8 @@ pub usingnamespace @cImport({
@cInclude("libavformat/avformat.h");
@cInclude("libswscale/swscale.h");
}
+
+ if (build_config.have_hap) {
+ @cInclude("hap.h");
+ }
});