diff options
Diffstat (limited to 'sys/dev/filemon/filemon_wrapper.c')
-rw-r--r-- | sys/dev/filemon/filemon_wrapper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/filemon/filemon_wrapper.c b/sys/dev/filemon/filemon_wrapper.c index 3095d197aca0..dabb9eea192b 100644 --- a/sys/dev/filemon/filemon_wrapper.c +++ b/sys/dev/filemon/filemon_wrapper.c @@ -33,12 +33,11 @@ #include <sys/filedesc.h> #include <sys/imgact.h> #include <sys/priv.h> +#include <sys/stdarg.h> #include <sys/sx.h> #include <sys/sysent.h> #include <sys/vnode.h> -#include <machine/stdarg.h> - static void filemon_output_event(struct filemon *filemon, const char *fmt, ...) __printflike(2, 3); |