summaryrefslogtreecommitdiffstats
path: root/src/afb-hook-flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-hook-flags.c')
-rw-r--r--src/afb-hook-flags.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afb-hook-flags.c b/src/afb-hook-flags.c
index 87b8dcf3..874d21b6 100644
--- a/src/afb-hook-flags.c
+++ b/src/afb-hook-flags.c
@@ -15,6 +15,8 @@
* limitations under the License.
*/
+#if WITH_AFB_HOOK /***********************************************************/
+
#define _GNU_SOURCE
#include <stdlib.h>
@@ -358,3 +360,4 @@ char *afb_hook_flags_legacy_svc_to_text(int value)
}
#endif
+#endif /* WITH_AFB_HOOK *******************************************************/