diff --git a/hw/xfree86/os-support/bsd/bsd_VTsw.c b/hw/xfree86/os-support/bsd/bsd_VTsw.c index 35b955607..5842f7cca 100644 --- a/hw/xfree86/os-support/bsd/bsd_VTsw.c +++ b/hw/xfree86/os-support/bsd/bsd_VTsw.c @@ -28,9 +28,11 @@ #endif #include + #include "xf86.h" #include "xf86Priv.h" #include "xf86_OSlib.h" +#include "xf86_OSproc.h" /* * Handle the VT-switching interface for BSD OSs that use USL-style ioctl()s. diff --git a/hw/xfree86/os-support/bsd/bsd_init.c b/hw/xfree86/os-support/bsd/bsd_init.c index 149ca0c26..33fa89ebe 100644 --- a/hw/xfree86/os-support/bsd/bsd_init.c +++ b/hw/xfree86/os-support/bsd/bsd_init.c @@ -34,6 +34,7 @@ #include "xf86.h" #include "xf86Priv.h" #include "xf86_OSlib.h" +#include "xf86_OSproc.h" #include #include