aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-websock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-websock.h')
-rw-r--r--src/afb-websock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afb-websock.h b/src/afb-websock.h
index f853814b..981f5eb1 100644
--- a/src/afb-websock.h
+++ b/src/afb-websock.h
@@ -17,9 +17,12 @@
#pragma once
+#if WITH_LIBMICROHTTPD
+
struct afb_hreq;
struct afb_apiset;
extern int afb_websock_check_upgrade(struct afb_hreq *hreq, struct afb_apiset *apiset);
+#endif