blob: 113752321205dbe9c4d65e8380e0fefa36ba9e37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff --git a/fdasd/fdasd.c b/fdasd/fdasd.c
index fb28b1e..218dca3 100644
--- a/fdasd/fdasd.c
+++ b/fdasd/fdasd.c
@@ -9,6 +9,7 @@
#include <getopt.h>
#include <stdio.h>
+#include <sys/sysmacros.h>
#include "zt_common.h"
#include "vtoc.h"
diff --git a/tape390/tape390_common.c b/tape390/tape390_common.c
index f4f1433..71402b8 100644
--- a/tape390/tape390_common.c
+++ b/tape390/tape390_common.c
@@ -9,6 +9,7 @@
*************************************************************************/
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>
|