aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-hswitch.h')
-rw-r--r--src/afb-hswitch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h
index f18b8b14..f70a0bf8 100644
--- a/src/afb-hswitch.h
+++ b/src/afb-hswitch.h
@@ -16,6 +16,8 @@
* limitations under the License.
*/
+#pragma once
+
struct afb_hreq;
extern int afb_hswitch_apis(struct afb_hreq *hreq, void *data);
extern int afb_hswitch_one_page_api_redirect(struct afb_hreq *hreq, void *data);