summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/aux_syscalls.stp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp
index cffb9244..e7d0ae7f 100644
--- a/tapset/aux_syscalls.stp
+++ b/tapset/aux_syscalls.stp
@@ -1714,7 +1714,9 @@ function _signalfd4_flags_str:string(f:long)
%}
%{
+#ifdef CONFIG_INOTIFY
#include <linux/inotify.h>
+#endif
%}
function _inotify_init1_flag_str:string(f:long)
%{ /* pure */