summaryrefslogtreecommitdiffstats
path: root/src/afb-method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-method.h')
-rw-r--r--src/afb-method.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afb-method.h b/src/afb-method.h
index fde9dbfc..1411d29f 100644
--- a/src/afb-method.h
+++ b/src/afb-method.h
@@ -16,6 +16,8 @@
*/
+#pragma once
+
enum afb_method {
afb_method_none = 0,
afb_method_get = 1,