diff --git a/sysdeps/openbsd/glibtop_suid.h b/sysdeps/openbsd/glibtop_suid.h index 253c1d50..6b9a5a9b 100644 --- a/sysdeps/openbsd/glibtop_suid.h +++ b/sysdeps/openbsd/glibtop_suid.h @@ -28,6 +28,8 @@ G_BEGIN_DECLS #include #endif +#include + #define KI_PROC(ki) (&(ki))->kp_proc) #define KI_EPROC(ki) (&(ki))->kp_eproc) diff --git a/sysdeps/openbsd/suid_open.c b/sysdeps/openbsd/suid_open.c index c6883223..ef5d2e26 100644 --- a/sysdeps/openbsd/suid_open.c +++ b/sysdeps/openbsd/suid_open.c @@ -25,7 +25,7 @@ #include #include #include - +#include /* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */