diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/dev_name.c | 2 | ||||
-rw-r--r-- | device/dev_pager.c | 1 | ||||
-rw-r--r-- | device/dk_label.c | 1 | ||||
-rw-r--r-- | device/ds_routines.c | 1 | ||||
-rw-r--r-- | device/net_io.c | 1 | ||||
-rw-r--r-- | device/subrs.c | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/device/dev_name.c b/device/dev_name.c index 29a144b..1f41335 100644 --- a/device/dev_name.c +++ b/device/dev_name.c @@ -28,6 +28,8 @@ * Date: 8/89 */ +#include <printf.h> +#include <string.h> #include <device/device_types.h> #include <device/dev_hdr.h> #include <device/conf.h> diff --git a/device/dev_pager.c b/device/dev_pager.c index 75b7451..be2daa4 100644 --- a/device/dev_pager.c +++ b/device/dev_pager.c @@ -30,6 +30,7 @@ * Device pager. */ +#include <printf.h> #include <string.h> #include <mach/boolean.h> diff --git a/device/dk_label.c b/device/dk_label.c index 8639e33..c3400ef 100644 --- a/device/dk_label.c +++ b/device/dk_label.c @@ -31,6 +31,7 @@ */ #include <sys/types.h> +#include <printf.h> #include <sys/ioctl.h> #include <device/device_types.h> #include <device/disk_status.h> diff --git a/device/ds_routines.c b/device/ds_routines.c index f7ca4e6..d1fbd4b 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -28,6 +28,7 @@ * Date: 3/89 */ +#include <printf.h> #include <string.h> #include <mach/boolean.h> diff --git a/device/net_io.c b/device/net_io.c index 6a08235..7091ffa 100644 --- a/device/net_io.c +++ b/device/net_io.c @@ -39,6 +39,7 @@ */ #include <sys/types.h> +#include <printf.h> #include <string.h> #include <device/net_status.h> diff --git a/device/subrs.c b/device/subrs.c index e6e8b6b..4aa0688 100644 --- a/device/subrs.c +++ b/device/subrs.c @@ -27,6 +27,7 @@ * Random device subroutines and stubs. */ +#include <printf.h> #include <vm/vm_kern.h> #include <device/buf.h> #include <device/if_hdr.h> |